作者 何书鹏

评价列表接口

... ... @@ -64,7 +64,12 @@ class GoodsComment extends Model
$goodsComments = $goodsComments->{$type}();
}
$goodsComments = $goodsComments->paginate($per_page);
$goodsComments = $goodsComments
->paginate($per_page)
->each(function($v){
$v->video = $v->video ? cdnurl($v->video,true) : ''; //格式化视频地址
$v->createtime = date('Y-m-d',$v->createtime); //格式化评价时间
});
return $goodsComments;
}
... ...
... ... @@ -22,14 +22,40 @@ class GoodsComment extends Base
*
* @ApiReturn({
"code": 1,
"msg": "领取成功",
"time": "1607911049",
"msg": "评价列表",
"time": "1609221855",
"data": {
"user_id": 1, //用户ID
"coupons_id": "2", //优惠券ID
"createtime": 1607911050, //领取时间戳
"id": "1" //领取ID
}
"total": 1, //数据总数
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [{
"id": 1,
"goods_id": 6,
"order_id": 17,
"order_item_id": 19,
"user_id": 1,
"level": 5,
"content": "还行吧", //评价内容
"images": [ //评价图片
"https://yixiaoxian.qiniu.broing.cn/uploads/20201229/5c088559ebcc3f0ffcda663f04dfbeb2.png"
],
"video": null, //评价视频
"status": "show",
"admin_id": 0,
"reply_content": null,
"replytime": null,
"createtime": "2020-12-29", //评价时间
"updatetime": 1609221767,
"deletetime": null,
"user": { //评价用户
"id": 1, //用户ID
"nickname": "wn", //昵称
"avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/C8dW9GFDHAy3wwnZwoqibeNciaN6jUZXp6QCrtjehdF3GyHickt9oiaDSibMBhATtF7f19w4AgpcQIR1Mibwu1pjYKEA/132", //头像
"url": "/u/1"
}
}]
}
})
*/
public function index()
... ...
... ... @@ -8270,14 +8270,40 @@
<div class="col-md-12">
<pre id="sample_response28">{
"code": 1,
"msg": "领取成功",
"time": "1607911049",
"msg": "评价列表",
"time": "1609221855",
"data": {
"user_id": 1, //用户ID
"coupons_id": "2", //优惠券ID
"createtime": 1607911050, //领取时间戳
"id": "1" //领取ID
}
"total": 1, //数据总数
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [{
"id": 1,
"goods_id": 6,
"order_id": 17,
"order_item_id": 19,
"user_id": 1,
"level": 5,
"content": "还行吧", //评价内容
"images": [ //评价图片
"https://yixiaoxian.qiniu.broing.cn/uploads/20201229/5c088559ebcc3f0ffcda663f04dfbeb2.png"
],
"video": null, //评价视频
"status": "show",
"admin_id": 0,
"reply_content": null,
"replytime": null,
"createtime": "2020-12-29", //评价时间
"updatetime": 1609221767,
"deletetime": null,
"user": { //评价用户
"id": 1, //用户ID
"nickname": "wn", //昵称
"avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/C8dW9GFDHAy3wwnZwoqibeNciaN6jUZXp6QCrtjehdF3GyHickt9oiaDSibMBhATtF7f19w4AgpcQIR1Mibwu1pjYKEA/132", //头像
"url": "/u/1"
}
}]
}
}</pre>
</div>
</div>
... ... @@ -12466,7 +12492,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-12-29 11:13:16 </div>
Generated on 2020-12-29 14:17:59 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">My Website</a>
</div>
... ...