查询订单来源
`GET` `https://qw-openapi-tx.dustess.com/java-data-exchange-srv/api/order/v1/source/list?accessToken=`
Content-Type: application/json
请求参数名 | 类型 | 说明 | 是否必须 |
---|---|---|---|
{
"code": 500200,
"msg": "成功",
"data": [{
"code": 15,
"enable": true,
"id": "d564e621-1111-1111-1111-c6565827abb0",
"name": "测试2",
"shopList": [{
"name": "店铺1",
"enable": true,
"id": "d564e61a-1111-1111-1111-c6565827abb0"
}]
}],
"logMessageId": "eee46fc965d044fd93cbda8a6b34d2fa",
"success": true
}
响应参数名 | 类型 | 描述 |
---|---|---|
logMessageId | String | 调用链日志id |
msg | String | 消息 |
success | Bool | 是否成功 |
code | Int | 状态码 |
data | Object[] | 数据 |
data
字段类型说明响应参数名 | 类型 | 描述 |
---|---|---|
id | String | ID |
enable | String | 是否启用 |
code | String | 来源编码 |
name | String | 来源名称 |
shopList | Object[] | 店铺列表 |
shopList.id | String | 店铺id |
shopList.name | String | 店铺名称 |
shopList.enable | Bool | 店铺是否启用 |
修改于 2024-11-29 07:17:35