first commit
This commit is contained in:
24
api-test.http
Normal file
24
api-test.http
Normal file
@@ -0,0 +1,24 @@
|
||||
### 示例接口测试文件
|
||||
|
||||
### 获取用户列表
|
||||
GET https://api.example.com/users
|
||||
Content-Type: application/json
|
||||
|
||||
### 创建新用户
|
||||
POST http://101.43.95.130/usersapp/Ruilaiwechat/selectRealtimeInfoList
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"page": "1"
|
||||
}
|
||||
|
||||
### 更新用户信息
|
||||
PUT https://api.example.com/users/1
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "John Smith"
|
||||
}
|
||||
|
||||
### 删除用户
|
||||
DELETE https://api.example.com/users/1
|
||||
Reference in New Issue
Block a user