新增订单
POST
http://localhost:8020/orders/add
接口描述
添加成功
请求参数
参数名
类型
描述
必填
ordersid
int
示例:5464613498321
必填
titile
string
示例:荔枝
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:添加成功
必填