GET api/wechatmini/auditSellOrderInfo?Id={Id}&orderstatus={orderstatus}&auditEmployeeNumber={auditEmployeeNumber}&auditRemark={auditRemark}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
|
| orderstatus | integer |
Required |
|
| auditEmployeeNumber | integer |
Required |
|
| auditRemark | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}