货运计划创建
POST
http://39.98.208.21:9100/tool/swagger/api/insertPlan
请求参数
参数名
类型
描述
必填
code
string
货运计划编号
必填
orderbh
string
承运合同编号
必填
planweight
double
planweight
必填
planDate
string
计划日期(当天及第二天)
必填
isUpdate
int
操作:0新增 1修改
必填
响应参数
参数名
类型
描述
必填
code
int
1代表失败 0代表成功
必填
message
string
消息
必填