文档
测试

查询授权运输公司

POST
http://127.0.0.1:8080/app/custtransportrelationship/getByCust

接口描述

客户查询授权运输公司

请求参数

参数名
类型
描述
必填
customerId
number
客户
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:查询成功!
必填
entity
object
数据字典
必填
id
string
示例:2
必填
createDate
string
示例:2020-04-01 10:43:28
必填
delFlag
string
示例:0
必填
customerId
string
示例:10000020191230002
必填
transportId
string
示例:4
必填
customerName
string
示例:宁夏梓恒有限公司
必填
transportName
string
示例:安能物流
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "查询成功!", "entity": { "id": "2", "createDate": "2020-04-01 10:43:28", "delFlag": "0", "customerId": "10000020191230002",//客户id "transportId": "4",//运输公司id "customerName": "宁夏梓恒有限公司",//客户 "transportName": "安能物流"//运输公司 }, "total": 0 }