用户工具

站点工具


评论

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
评论 [2016/07/05 15:35]
lyy
评论 [2017/06/01 13:59] (当前版本)
行 31: 行 31:
 | cnt| string| 评论内容 ​   | | cnt| string| 评论内容 ​   |
 | reply| string| 回复内容 ​ | | reply| string| 回复内容 ​ |
 +| memberName| string| 会员名称 ​  |
 +| memberAvatar| string| 会员头像 ​  |
 +| productInfo| array| 产品信息 ​  ''​Array
 +                        (
 +                            [properties_name] => 颜色:​红色,​大小:​X,​套餐:​电信
 +                            [name] => 432432432
 +                            [price] => 22.00
 +                            [shop_name] => 这是衣服店2
 +                            [business_id] => 1
 +                            [pic1] ​ =>​产品图片
 +                        )
 +'' ​  |
 +|imgs|array|评论图片''​Array
 +                        (
 +                            [0] => http://​pic.8dage.net/​data/​uploadfile/​images/​1/​20160527/​78b0ad56dc.jpg
 +                            [1] => http://​pic.8dage.net/​data/​uploadfile/​images/​1/​20160606/​3ada052983.jpg
 +                        )
 +''​|
  
 ===== 2、根据产品id获取评论 ===== ===== 2、根据产品id获取评论 =====
行 66: 行 84:
                             [shop_name] => 这是衣服店2                             [shop_name] => 这是衣服店2
                             [business_id] => 1                             [business_id] => 1
 +                            [pic1] ​ =>​产品图片
                         )                         )
 '' ​  | '' ​  |
行 84: 行 103:
 | buyerId| int| 是     ​|买家ID ​   | | buyerId| int| 是     ​|买家ID ​   |
 |commentJson|json|是|评论json<​code>​ |commentJson|json|是|评论json<​code>​
-{"​sellerId":"​61bd959f048d008fe07f1c39a337cc72",//​卖家id  +{"​sellerId":"​61bd959f048d008fe07f1c39a337cc72",//​卖家id ​   ​必填 
-"​orderDetailId":"​74",//​订单详情id  +"​orderDetailId":"​74",//​订单详情id ​   ​必填 
-"​productId":"​33",//​产品id +"​productId":"​33",//​产品id ​  必填 
-"​productSkuId":"​82",//​产品sku id +"​productSkuId":"​82",//​产品sku id   必填 
-"​cnt":"​sssss",//​内容 +"​cnt":"​sssss",//​内容  
-"​comType":"​1",//​类型 ​+"​comType":"​1",//​类型 ​  必填
 "​pic":"​http:​\/​\/​pic.8dage.net\/​data\/​uploadfile\/​images\/​0\/​20160705\/​f3341a2aba.jpeg"//​图片 "​pic":"​http:​\/​\/​pic.8dage.net\/​data\/​uploadfile\/​images\/​0\/​20160705\/​f3341a2aba.jpeg"//​图片
 } }
行 134: 行 153:
 | mediumCount| int|中评 ​  | | mediumCount| int|中评 ​  |
 | badCount| int| 差评 ​  | | badCount| int| 差评 ​  |
- 
评论.1467704151.txt.gz · 最后更改: 2017/06/01 13:58 (外部编辑)