简要描述:

  • 订单发布品论

请求域名:

  • http://yunzshop.com

请求URL:

GET:route=goods.comment.create-comment

参数:

参数名 是否必须 类型 说明
i int 店铺ID
comment array 评论数据

comment参数:

参数名 是否必须 类型 说明
comment[order_id] int 订单ID
comment[goods_id] int 商品ID
comment[content] string 评论内容
comment[level] int 评论级别:1,2,3,4,5

返回示例:

正确时返回:

 {
    "result":1,
    "msg":"评论成功!",
    "data":{
    }
}

错误时返回:

 {
    "result":0,
    "msg":"评论失败!",
    "data":{
    }
}

返回参数说明:

参数名 类型 说明

备注:

  • 更多返回错误代码请看首页的错误代码描述