QQ登录 账号密码登陆 官网首页

获取某个商品的评论

URL地址

http://www.tpshop.com/index.php?m=Api&c=Goods&a=getGoodsComment

请求方式

post

 

 参数列表


参数

是否必须

说明

p

必须

分页显示,默认第一页

goods_id

必须

商品id

示例


/**
{
    "status": 1,
    "msg": "获取成功",
    "result": [
        {
            "comment_id": "29",   // 评论id 自增
            "goods_id": "1",      // 商品id
            "email": "sdas@fsa.com",  // 用户邮箱
            "username": "",           // 用户名称
            "content": "你妹很漂亮",  // 评价内容
            "deliver_rank": "4",      // 物流平分星级
            "add_time": "1457443428",  // 评价时间戳
            "ip_address": "127.0.0.1",  // 用户ip地址
            "is_show": "1",            // 评论是否显示
            "parent_id": "0",             
            "user_id": "2",            // 用户id
            "img": "a:1:{i:0;s:43:"/Public/upload/2016-03-08/56dea030aee36.jpg";}", //晒单图片  需要反序列化
            "order_id": "18",     // 这个评论  所属的订单id
            "goods_rank": "5",    // 商品星级评价
            "service_rank": "4"  //  卖家服务评价
        }
    ]
}
*/

文章未显示完整,要查看完整内容,请购买正版