文档
测试

添加接龙

POST
/api.php/massGoods/add

请求参数

参数名
类型
描述
必填
title
string
标题
必填
content
string
正文
必填
goodsList
array
商品数组
必填
goods_id
int
商品id
必填
price
float
价格
必填
state
int
1 发布 0待发布 2 暂停
必填

响应参数

参数名
类型
描述
必填
status
int
1 成功 0失败
必填
msg
错误信息,失败时返回
可选