3.上传
POST
http://localhost:8084/tablet-service/order/upload_v2
接口描述
上传(当前参数以测试环境为例,正式环境地址:http://117.50.61.226:8080/tablet-service/order/upload_v2)
请求头
参数名
类型
描述
必填
Content-Type
string
固定值 示例:application/x-www-form-urlencoded
必填
user_id
integer
用户编码 示例:1
必填
sys_date
string
业务日期(dateformat 'yyyy-MM-dd') 示例:2020-05-21
必填
store_id
string
店铺编码 示例: 206
必填
tablet_id
string
平板编码 示例:7
必填
请求参数
参数名
类型
描述
必填
schema
string
对应schema 示例:bldtest_user
必填
orderWay
string
订货方式 示例: 0 (0:不获取temReceiptNo 1:获取temReceiptNo )
必填
createArr
string
订货数据(JSON数组格式字符串) 示例:[{"sys_date": "20200521","store_id":"206","tablet_id":"7","item_cd": "2003161","order_qty": "10","input_time": "2020-05-21 14:40:11" }]
必填
sys_date
string
业务日期(dateformat 'yyyyMMdd') 示例:20200521
可选
store_id
string
店铺编码 示例:206
可选
tablet_id
string
平板编码 示例:7
可选
item_cd
string
商品编码 示例: 2003161
可选
order_qty
string
订货数量 示例: 10
可选
input_time
string
订货时间(dateformat 'yyyy-MM-dd HH:mm:ss') 示例:2020-05-21 14:40:11
可选