订单申请
POST
http://localhost:8088/resexplore/orderApply/insert
请求参数
参数名
类型
描述
必填
orderId
int
示例:1
必填
userId
int
示例:6
必填
checked
int
示例:1
必填
remark
string
示例:备注
必填
响应参数
参数名
类型
描述
必填
message
string
示例:添加成功
必填
code
int
示例:200
必填
info
object
示例:null
必填
data
object
示例:null
必填