简要描述:
- 开品实验室--参加开品品论
请求域名:
- http://xx.com
请求URL:
POST/plugin.kaipin-laboratory.frontend.product-plaza.participate-comment
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
product_id | 是 | int | 开品id |
content | 是 | string | 评论内容 |
score | 是 | int | 评分 |
images | 是 | array | 图片数组 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "评论成功",
"data": []
}
错误时返回:
备注:
- 更多返回错误代码请看首页的错误代码描述