商品信息接口-评论使用
[TOC]
简要描述
- 商品信息接口-评论使用
请求URL
http://api.magicalday.cn/goods/CommentLabel
请求方式
- POST
参数
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | string | 商品ID |
返回示例
{
"code":0,
"msg":"",
"count":0,
"data":{
"goods_id":"197",
"title":"1851kg",
"img":"https://file.daxiangzhenxuan.com/daxiang/Business/20230105/16729012824932.png",
"comment_label":[
"品质好",
"通透"
]
}
}
备注
- 更多返回错误代码请看首页的错误代码描述