配置修改

This commit is contained in:
2026-04-18 14:38:21 +08:00
parent 32c361309a
commit 7eaf46cf27
2 changed files with 8 additions and 7 deletions

View File

@ -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('请求类型错误');