diff --git a/app/controller/api/Common.php b/app/controller/api/Common.php index 9d81edd8..da5a497c 100644 --- a/app/controller/api/Common.php +++ b/app/controller/api/Common.php @@ -493,7 +493,7 @@ class Common extends BaseController } //获取云店铺 - public function get_cloud_shop(int $street_code){ + public function get_cloud_shop($street_code){ $find=DB::name('merchant') ->alias('m') ->where('m.type_id',11)