首页-轮播图 websocket测试 GET http://test.luckyuan.net/api/mall/IndexPic 响应参数 参数名 类型 描述 必填 type int 示例:1 必填 msg string 示例:获取成功 必填 data array 数据列表 必填 pic string 轮播图 示例:FoaZjetCAEi0CqqtJ6s_4Ihp6k4c 必填 type int 轮播图链接类型 0无连接 1店铺 2商品 必填 shop_id int 店铺ID 示例:1 必填 goods_id int 商品ID 示例:0 必填 说明 / 示例 { "msg": "获取成功", "data": [ { "pic": "FoaZjetCAEi0CqqtJ6s_4Ihp6k4c", "type": 0, "shop_id": 1, "goods_id": 0 } ], "type": 1 }
{ "msg": "获取成功", "data": [ { "pic": "FoaZjetCAEi0CqqtJ6s_4Ihp6k4c", "type": 0, "shop_id": 1, "goods_id": 0 } ], "type": 1 }