This commit is contained in:
尖叫 2023-12-01 19:47:38 +08:00
parent 7d358e5c21
commit 238f5debf3

View File

@ -37,10 +37,7 @@ class Controller extends BaseController
}
$this->applet_id = (int)$applet_id;
$this->user_id = (int)$this->request->param('user_id');
// $this->shop_id = (int)$this->request->param('shop_id');
$this->shop_id = 10002;
$this->shop_id = (int)$this->request->param('shop_id');
$this->location = (string)$this->request->param('location');
}
/**