...
| 代码块 |
|---|
POST /api/supplier-service/v2/b2b/channel/findByShipper HTTP/1.1 Content-Type: application/json Accept: application/json Host: http://cfs-qa.etowertech.com/ X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs= |
请求样例
{
"shipper":15360,
"type":1
}
请求字段描述请求字段描述
注,请求参数需要放在params中
字段名 | 是否必填项 | 类型 | 描述 |
shipper | 是 | Integer | 发件人 |
type | 否 | Short | 服务类型 |
activeType | 否 | Integer | 是否生效 |
...