商品详情
GET
/api.php?m=api&c=goods&a=getGoods
请求参数
参数名
类型
描述
必填
id
int
商品id
必填
响应参数
参数名
类型
描述
必填
status
int
1 成功 0失败
必填
goods_name
string
商品名称
必填
selling_point
string
商品卖点
必填
goods_price_min
float
商品价格
必填
line_price_min
float
划线价格
必填
sales
int
销量
必填
file_path
array
图片路径
必填
content
string
商品描述
必填
msg
错误信息,失败时返回
可选