## 店铺搜索
~~~[api]
get:/index/Index/SearchStore
varchar:user_sid=680130509534c15893e3603bd782d3cb #登录密钥
int:user_uid=1#登录的该用户id
varchar:name=康#关键词
<<<
success
{
"code": 1,
"msg": "获取成功",
"keyword": "康",
"result": [
{
"id": 1,
"uid": 1,
"name": "康家沟男团",
"ranges": "盛产帅哥鸭",
"gps": "113.639577,24.834643",
"business": "10:00-12:00 每周二公休",
"site": "广东省, 韶关市, 浈江区, G323(韶枫路), ",
"phone": "15770803579",
"status": 1,
"create_time": "2019-04-17 19:25:16",
"update_time": "2019-05-05 16:26:36"
}
]
}
<<<
error
{
"code": 0,
"msg": "无该店铺"
}
~~~