配置修改
This commit is contained in:
@ -52,7 +52,8 @@ class Shop extends Api
|
||||
{
|
||||
if($this->request->isGet()) {
|
||||
$city_id = $this->request->get('city_id', 0);
|
||||
$data = ShopLogic::getShopCityInfo($city_id, $this->user_id, input());
|
||||
// $this->user_id
|
||||
$data = ShopLogic::getShopCityInfo($city_id,"" , input());
|
||||
return JsonServer::success('获取店铺信息成功', $data);
|
||||
}else{
|
||||
return JsonServer::error('请求类型错误');
|
||||
|
||||
Reference in New Issue
Block a user