+++
post:app/api.php?i=2&c=entry&do=order&op=comment&m=we7_wmall
*token=gN7PD0DZA357Ewi57NIupQqPpeikTdw7#用戶身份token
*id=186#訂單id(必填)
*goods_quality=5#商品質量
*delivery_service=5#配送服務
thumbs=array()#評論圖片, 可以是多張, 數組格式
goods=array()#商品好評差評,數組, 具體格式你們那邊PHP看下。
注意:
評論前的訂單信息展示可通過訂單詳情接口獲取
<<<
success
{
"message": {
"resultCode": 0,
"resultMessage": "評論成功",
"data": {
"resultCode" => ''
}
}
}
<<<
error
{
"message": {
"resultCode": -1,
"resultMessage": "訂單不存在或已刪除",
"data": {
"resultCode" => ''
}
}
}
+++