GET customer/userorder?uid={uid}&year={year}&PageSize={PageSize}&PageIndex={PageIndex}
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
uid | integer |
Required |
|
year | integer |
Required |
|
PageSize | integer |
Default value is 8 |
|
PageIndex | integer |
Default value is 1 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfTradeOrderName | Description | Type | Additional information |
---|---|---|---|
data | TradeOrder |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "trades": [ { "tradeid": "sample string 1", "status": 2, "totalmoney": 3.0, "addtime": "2025/04/04 11:57:38", "total": 5, "endtime": "2025/04/04 12:57:38", "ordermonth": 6, "totalremainnum": 7, "tradedetails": [ { "tradeid": "sample string 1", "name": "sample string 2", "newprice": 3.0, "num": 4, "money": 5.0 }, { "tradeid": "sample string 1", "name": "sample string 2", "newprice": 3.0, "num": 4, "money": 5.0 } ] }, { "tradeid": "sample string 1", "status": 2, "totalmoney": 3.0, "addtime": "2025/04/04 11:57:38", "total": 5, "endtime": "2025/04/04 12:57:38", "ordermonth": 6, "totalremainnum": 7, "tradedetails": [ { "tradeid": "sample string 1", "name": "sample string 2", "newprice": 3.0, "num": 4, "money": 5.0 }, { "tradeid": "sample string 1", "name": "sample string 2", "newprice": 3.0, "num": 4, "money": 5.0 } ] } ], "overday": 26, "overtext": "距离下月预约客户结束仅剩0天", "canyuyue": 1, "pageindex": 1, "totalcount": 2, "pagesize": 3, "pagetotal": 1 }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.