GET customer/userorderdetail?TradeID={TradeID}

请求信息

URI 参数

NameDescriptionTypeAdditional information
TradeID

integer

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfTradeOrderDetail
NameDescriptionTypeAdditional information
data

TradeOrderDetail

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "tradeid": "sample string 1",
    "status": 2,
    "addtime": "2025/04/07 00:09:16",
    "totalmoney": 4.0,
    "canclereason": "sample string 5",
    "totaloldprice": 6.0,
    "totaldiscount": 7.0,
    "endtime": "2025/04/07 01:09:16",
    "name": "sample string 8",
    "ordermonth": 9,
    "totalnum": 10,
    "checktime": "2025/04/07 00:09:16",
    "listUser": [
      {
        "name": "sample string 1",
        "oldprice": 2.0,
        "discount": 3.0,
        "newprice": 4.0,
        "num": 5,
        "money": 6.0,
        "sitegrpid": "sample string 7",
        "totalnum": 8,
        "proname": "sample string 9",
        "allottp": "sample string 10"
      },
      {
        "name": "sample string 1",
        "oldprice": 2.0,
        "discount": 3.0,
        "newprice": 4.0,
        "num": 5,
        "money": 6.0,
        "sitegrpid": "sample string 7",
        "totalnum": 8,
        "proname": "sample string 9",
        "allottp": "sample string 10"
      }
    ]
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.