文档
测试

发布到货计划

POST
pubArrivalPlan

接口描述

发布到货计划

请求参数

application/json
参数名
类型
描述
必填
userId
string
用户ID
必填
orderId
string
订单ID
必填
planList
array
到货计划集合
必填
time
string
到货时间
必填
matStrength
string
选料强度编码
必填
aggregate
string
骨料种类编码
必填
extravasation
string
外渗料编码
必填
pourPosition
string
浇筑部位编码
必填
pourWay
string
浇筑方式编码
必填

请求参数说明/示例

{ "userId":"123456789123", "orderId":"121165456454", "planList":[ { "time":"0012021-11-05 16:07:23", "matStrength":"001", "aggregate":"001", "extravasation":"001", "pourPosition":"001", "pourWay":"001" } ] }

响应参数

application/json
参数名
类型
描述
必填
success
boolean
请求结果
必填
message
string
请求结果信息
必填
code
int
请求结果码
必填
data
object
请求结果数据
必填
msg
string
请求结果数据信息
必填

响应参数说明 / 示例

{ "success":true, "message":"请求成功", "code":200, "data":{ "msg":"到货计划发布成功" } }