根据卸货id获取卸货预约数据
POST
http://192.168.0.146:8081/api/tenant/buyEnter_queryId
请求参数
参数名
类型
描述
必填
id
int
卸货预约ID
必填
tenantId
int
商户ID
必填
响应参数
参数名
类型
描述
必填
code
int
200成功 500失败
必填
msg
String
查询成功
必填
data
Object
卸货信息
必填