简要描述:

  • 发现视频

请求域名:

  • http://.yunzshop.com

请求URL:

GET: route=plugin.store-alone-temp.frontend.video_share.video.get-list

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "成功",
	"data": {
		"list": {
			"current_page": 1,
			"data": [
				{
					"id": 1,
					"uniacid": 1,
					"uid": 163781,
					"goods_id": 115,
					"title": "213123123",
					"cover": "https://dev8.yunzmall.com/static/upload/image/8fe08d18a5ce303498886f057ec45f48.png",
					"video": "https://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com//newimage/1ebc86357217ccbc111b3a3ff2bf2b7a.mp4",
					"share_num": 0,
					"like_num": 0,
					"status": 1,
					"order_price": "0.00",
					"amount_total": "0.00",
					"created_at": "2020-02-13 17:45:59",
					"updated_at": "2020-02-13 17:45:59",
					"deleted_at": null,
					"file_name": null,
					"category_id": null,
					"is_recommend": null,
					"store_id": 4,
					"member_like": 1,
					"room_id": null,
					"is_follow": 0,
					"comment_num": 0,
					"is_live": 0,
					"ad_serving_button_status": [],
					"video_src": "https://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com//newimage/1ebc86357217ccbc111b3a3ff2bf2b7a.mp4",
					"member": {
						"avatar": "https://thirdwx.qlogo.cn/mmopen/cEM5JWyl9FekStW90tfVx0KaicTdGiaic8GaL9ibUAPEHB1ib5kbhM1INYua7NSibBF4hFJpdE3fpdr8kgqnRxm1RTc8nWRYe4CFoia/132",
						"uid": 163781,
						"nickname": "卡卡",
						"business_card": 0,
						"avatar_image": "https://thirdwx.qlogo.cn/mmopen/cEM5JWyl9FekStW90tfVx0KaicTdGiaic8GaL9ibUAPEHB1ib5kbhM1INYua7NSibBF4hFJpdE3fpdr8kgqnRxm1RTc8nWRYe4CFoia/132",
						"username": "卡卡"
					},
					"goods": {
						"id": 115,
						"title": "测试商品发布",
						"price": "100.00",
						"market_price": "200.00",
						"thumb": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com//newimage/55812ff61cb4764ce2c995bdd7c37d91.jpg",
						"status_name": null
					}
				}
			],
			"first_page_url": "http://yzmall.com/addons/yun_shop/api.php?page=1",
			"from": 1,
			"last_page": 1,
			"last_page_url": "http://yzmall.com/addons/yun_shop/api.php?page=1",
			"next_page_url": null,
			"path": "http://yzmall.com/addons/yun_shop/api.php",
			"per_page": 15,
			"prev_page_url": null,
			"to": 1,
			"total": 1
		},
		"is_plugins": false,
		"video_redpack": {
			"is_open": 0,
			"data": []
		},
		"comment_open": 0
	}
}

错误时返回:


返回参数说明:跟之前的商城订单列表接口一致

备注:

  • 更多返回错误代码请看首页的错误代码描述