POST api/wifibb/query/{qguid}
查询订单通过guid
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
qguid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询订单通过guid
ReturnResultOfProductQueryRespContractName | Description | Type | Additional information |
---|---|---|---|
data | ProductQueryRespContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "destion": "sample string 1", "qty": 2, "fromdate": "2024-12-23T19:48:55.4388497+08:00", "enddate": "2024-12-23T19:48:55.4388497+08:00", "productid": 5, "truedays": 6, "paydays": 7, "totaldepositamt": 8.0, "producttotal": 9.0, "orgproducttotal": 10.0, "markuppercent": 11.0, "qguid": "sample string 12" }, "code": 1, "message": "sample string 2" }