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.
响应消息
内容 描述
CxccApiResponseBaseOfTradeOrder| Name | 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/12/26 05:31:09",
"total": 5,
"endtime": "2025/12/26 06:31:09",
"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/12/26 05:31:09",
"total": 5,
"endtime": "2025/12/26 06:31:09",
"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": 4,
"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.