文档
测试

添加、编辑商品

POST
http://www.sm.net/index.php/api/shop/goods_edit

请求参数

参数名
类型
描述
必填
token
string
必填
info
object
必填
title
string
商品标题
必填
image
url
商品图片
必填
origin
string/float
商品原价
必填
normal
string/float
普通会员价格
必填
vip
string/float
vip价格
必填
score
int
需要积分0~
必填
typeId
id
分类ID
必填
id
int
新增为0,编辑为原id
必填
imgList
string
商品图集,'/upload/123123213123.jpg,/upload/ajskdhfjkashjk.png',逗号连接无域名图片路径字符串
必填

响应参数

参数名
类型
描述
必填
result
boolean
true/false
必填