添加/编辑分类
POST
http://www.sm.net/index.php/api/shop/goods_category_edit
请求参数
参数名
类型
描述
必填
type
string
分类名称
必填
id
int
新增为0,编辑为原id
必填
token
必填
响应参数
参数名
类型
描述
必填
result
boolean
true/false
必填
id
int
返回修改/新增的分类ID
必填
name
string
返回修改/新增的分类名字
必填