## 首页内容
~~~[api]
get:/index/Index/store
varchar:user_sid=680130509534c15893e3603bd782d3cb #登录密钥
int:user_uid=1#登录的该用户id
<<<
success
{
"code": 1,
"msg": "获取成功",
"advertising": [
{
"id": 3, //id
"src": "http://img.netbian.com/file/2018/0827/186892ce0d5e478eb3896eb1cb4a1208.jpg", 广告图片地址
"link": "http://pet.xtow.net/index/index", //广告链接地址
"create_time": "2019-04-18" //创建时间
},
{
"id": 2,
"src": "http://img.netbian.com/file/2018/0504/18cb732d8e8a0ee821dfa63ed1759354.jpg",
"link": "http://pet.xtow.net/index/index",
"create_time": "2019-04-18"
},
{
"id": 1,
"src": "http://img.netbian.com/file/2019/0417/b457cc9d8ebf08f1916ba869d25b5ba6.jpg",
"link": "http://pet.xtow.net/index/index",
"create_time": "2019-04-18"
}
],
"store": [
{
"id": 1, //店铺id
"name": "康家沟男团", //店铺名称
"ranges": "盛产帅哥鸭", 店铺介绍
"gps": "113.59446111,24.80296031", //精度维度
"business": "10:00-12:00 每周二公休", //营业时间
"site": "康家沟", //店铺地址
"phone": "15770803578", //店铺电话
"status": 1, //状态
"create_time": "2019-04-17 19:25:16", //创建时间
"update_time": "2019-04-17 19:55:43" //更新时间
"user": [ //店长信息
{
"id": 1,
"nickname": "B$boy",
"mid": 10001,
"name": "小哈",
"phone": "12345678912",
"city": "中国-江西-赣州",
"sex": 1,
"avatar": "http://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIoyT5lUnfCSicNIib24AuLSJMjZ65bH0fTf9PiczvVvKyMe1ArszH8KYgZepVUYDouaO5GtLqqMoZOw/132",
"openid": "oa5Zy54LOmX1sA7fb64KBWKbJ_1w",
"status": 1,
"istrue": 1,
"money": "0.00",
"role": 2,
"integral": 0
}
]
}
]
}
<<<
error
{"code":0,"msg":"获取失败"}
~~~