元仓渠道(物流公司)
POST
/api/openPlatform/baseData/channel尾程物流
请求参数
Body 参数application/json
page
integer
当前页
prePage
integer
每页数量
optShippingCarrier
string
客选物流
平台上的买家自选物流
channelCode
string
渠道编码
YT001
platformCode
string
平台编码
SE
channelType
string
渠道类型
1线上,2线下
countryCode
string
国家编码
MY
示例
{
"prePage": 10,
"page": 1,
"optShippingCarrier": "Standard Delivery",
"channelType": 1,
"platformCode": "SE"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
state
string
必需
msg
string
必需
data
object
必需
list
array [object {10}]
必需
total
integer
总记录数
page
integer
当前页
prePage
integer
每页数量
示例成功示例
{
"state": "000001",
"msg": "请求成功",
"data": {
"list": [
{
"id": 1,
"channelName": "云途",
"channelCode": "Y7001S",
"status": 1,
"labelSize": 1,
"maxWeigh": 5,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 5,
"channelName": "LGS-挂号",
"channelCode": "Y7002S",
"status": 1,
"labelSize": 1,
"maxWeigh": 1000,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 8,
"channelName": "LGS挂号1",
"channelCode": "Y702S",
"status": 1,
"labelSize": 1,
"maxWeigh": 1000,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 9,
"channelName": "云途2",
"channelCode": "Y701S",
"status": 1,
"labelSize": 1,
"maxWeigh": 200,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 10,
"channelName": "Shopee Express",
"channelCode": "YT001",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 11,
"channelName": "PosLaju",
"channelCode": "YT002",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 12,
"channelName": "DHL",
"channelCode": "YT003",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 13,
"channelName": "J&T Express",
"channelCode": "YT004",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 14,
"channelName": "NinjaVan",
"channelCode": "YT005",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
},
{
"id": 15,
"channelName": "City-Link Express",
"channelCode": "YT006",
"status": 1,
"labelSize": 1,
"maxWeigh": 0,
"channelType": 1,
"platformCode": [
"SE"
]
}
],
"total": 19,
"page": 1,
"prePage": 10
}
}
最后修改时间: 1 年前