文档
测试

4.上传中间库

POST
http://106.75.126.101:8080/tablet-service/order/create

接口描述

生单(当前参数以测试环境为例,正式环境地址:http://117.50.61.226:8080/tablet-service/order/create)

请求头

参数名
类型
描述
必填
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
必填
company_id
string
租户编码 示例:bldtest
必填

请求参数

参数名
类型
描述
必填
schema
string
对应schema 示例:bldtest_user
必填

响应参数

参数名
类型
描述
必填
data
json
响应数据
必填
code
string
响应状态 示例: 0
必填
msg
string
响应消息 示例: 操作成功
必填