### 接口:获取我的产品列表
+++
get:/index/api/getMyProductsList
*string:imei#IMEI
<<<
success
['status' => 1, 'msg' => 'ok', 'data' => $videoQrcodeList];
示例:
{
"status": 1,
"msg": "ok",
"data": [
{
"id": 30,
"products_library_id": 1,
"bind_user": 1,
"bind_user_note": null,
"view_num": 42,
"create_time": "2017-03-31 17:01:25",
"update_time": "1970-01-01 08:00:00",
"bind_time": "2017-03-31 17:20:24",
"active_time": "1970-01-01 08:00:00",
"status": 1,
"name": "一份小小的礼品(产品名)",
"describe": "",
"price": "9999.99",
"img": "http://yuanchuan.tenpower.club/uploads/small/20170331/762ad0697dfd7f9a88a02fc08c776c11-q-60.png",
"min_img": "http://yuanchuan.tenpower.club/uploads/small/20170331/cc2ab0d7fb97ea5d25f59989473ab4f7-q-60.png",
"pic": [
"http://yuanchuan.tenpower.club/uploads/20170331/20853c0d06e363d7509825a80e9846b6.jpg"
],
"video": "http://yuanchuan.tenpower.club/uploads/20170331/311b273cb37d96fdede10281bafcb5f8.mp4",
"mini_video_num": 1,
"bind_user_avatar": "http://yuanchuan.tenpower.club/static/images/avatar/avatar.jpg",
"bind_user_name": "手机用户",
"video_size": "1.17 MB"
}
]
}
+++
### 接口功能说明
获取我的产品列表(我送出去的产品,我绑定的产品列表)
last update:2017-3-31 15:29:49