GET customer/userorder?uid={uid}&year={year}&PageSize={PageSize}&PageIndex={PageIndex}

请求信息

URI 参数

NameDescriptionTypeAdditional information
uid

integer

Required

year

integer

Required

PageSize

integer

Default value is 8

PageIndex

integer

Default value is 1

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfTradeOrder
NameDescriptionTypeAdditional 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": "2024/10/19 08:48:12",
        "total": 5,
        "endtime": "2024/10/19 09:48:12",
        "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": "2024/10/19 08:48:12",
        "total": 5,
        "endtime": "2024/10/19 09:48:12",
        "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": 11,
    "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.