Name: 删除会员
Request:
| url | http://api-admin-test.qniao.cn/recycle-service/admin/member/delete-batch/member-expense-config |
|---|---|
| method | POST |
| 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 | True |
|---|---|
| url | http://api-admin-test.qniao.cn/recycle-service/admin/member/delete-batch/member-expense-config |
| status_code | 200 |
| reason | |
| cookies | {} |
| encoding | UTF-8 |
| headers |
Server: nginx
Date: Tue, 15 Sep 2020 01:49:25 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 |
{'timestamp': 1600134565154, 'status': 400, 'error': 'Bad Request', 'message': 'JSON parse error: Cannot construct instance of `com.qniao.trade.admin.dto.DeleteMemberExpenseConfigDto` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value (\'idList:["503182395336429568"]\'); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.qniao.trade.admin.dto.DeleteMemberExpenseConfigDto` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value (\'idList:["503182395336429568"]\')\n at [Source: (PushbackInputStream); line: 1, column: 1]', 'path': '/recycle-service/admin/member/delete-batch/member-expense-config', 'code': 400}
|
Validators:
| check | comparator | expect value | actual value |
|---|---|---|---|
| status_code | equals | 200 | 200 |
Statistics:
| content_size(bytes) | 798 |
|---|---|
| response_time(ms) | 854.67 |
| elapsed(ms) | 849.353 |