Skip to content
关注公众号,获取新课通知

商品评价列表


接口URL

http://ceshi13.dishait.cn/admin/goods_comment/:page

请求方式

GET

Content-Type

application/x-www-form-urlencoded

请求Header参数

参数名示例值参数类型是否必填参数描述
token2f...5eString用户token

请求Query参数

参数名示例值参数类型是否必填参数描述
title商品标题Text商品标题

路径变量

参数名示例值参数描述
page1分页页码

成功响应示例

json5
{
	"msg": "ok",
	"data": {
		"list": [
			{
				"id": 163,
				"order_id": 166,
				"shop_id": 3,
				"num": 1,
				"price": "0.01",
				"rating": 5,
				"review": {
					"data": "商品不错哦",
					"image": [
						"http://...png"
					]
				},
				"review_time": "2019-09-01 20:34:27",
				"create_time": "2019-12-17 22:46:43",
				"skus_type": 1,
				"goods_id": 26,
				"goods_num": 0,
				"user_id": 3,
				"extra": null,
				"status": 0,
				"goods_item": {
					"id": 26,
					"title": "小米-天鹅绒柔暖四件套",
					"category_id": 5,
					"cover": "http://...png",
					"rating": 5,
					"sale_count": 1,
					"review_count": 0,
					"min_price": "0.02",
					"min_oprice": "30.00",
					"desc": "天鹅绒面,丝绒时髦高级感",
					"unit": "kg",
					"stock": 200,
					"min_stock": 10,
					"ischeck": 1,
					"status": 1,
					"stock_display": 1,
					"express_id": 1,
					"sku_type": 1,
					"sku_value": {
						"oprice": 20,
						"pprice": 30,
						"cprice": 20,
						"weight": 10,
						"volume": 20
					},
					"content": "<p>&nbsp...</div>",
					"discount": 10,
					"create_time": "1970-01-01 08:33:39",
					"update_time": "1970-01-01 08:33:41",
					"delete_time": null,
					"order": 50
				},
				"user": {
					"id": 3,
					"username": "user",
					"avatar": "http://...png",
					"nickname": "...",
					"phone": "15632654658",
					"email": "123@qq.com",
					"user_level_id": 3,
					"create_time": "2019-08-13 01:02:22",
					"update_time": "2021-06-08 16:34:50",
					"last_login_time": null,
					"status": 1
				}
			},
			// ...
		],
		"totalCount": 4
	}
}