添加订单新
POST
http://{{test}}/index/customer/add_tenderorder
接口描述
get获取post提交
请求头
参数名
类型
描述
必填
token
string
示例:c2fd9692-6356-4be1-9141-eb549403ef23
必填
请求参数
参数名
类型
描述
必填
customer_id
int 招标方
示例:1
必填
remark
int 备注
示例:1
必填
goods
string 产品
示例:[{"name":"名称","win_num":"100","give_time":"2023-05-02"}]
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:提交成功
必填