Name: 删除会员
Request:
| url | http://api-admin-test.qniao.cn/recycle-service/admin/member/delete-batch/member-expense-config |
|---|---|
| method | GET |
| headers |
User-Agent: python-requests/2.24.0
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
Content-Type: application/json
X-APP-ID: 470236309865238555
Authorization: Token a4289fbdfb3422e76232906b1ccdffb7
Content-Length: 33
|
| body | "idList:[\"503182395336429568\"]" |
Response:
| ok | False |
|---|---|
| url | http://api-admin-test.qniao.cn/recycle-service/admin/member/delete-batch/member-expense-config |
| status_code | 405 |
| reason | |
| cookies | {} |
| encoding | UTF-8 |
| headers |
Server: nginx
Date: Tue, 15 Sep 2020 01:49:01 GMT
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Authorization: a4289fbdfb3422e76232906b1ccdffb7
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
|
| content_type | application/json;charset=UTF-8 |
| json |
{'code': 405, 'message': "Request method 'GET' not supported", 'data': None}
|
Validators:
| check | comparator | expect value | actual value |
|---|---|---|---|
| status_code | equals | 200 | 405 |
Statistics:
| content_size(bytes) | 71 |
|---|---|
| response_time(ms) | 58.55 |
| elapsed(ms) | 54.828 |