This commit is contained in:
尖叫 2023-12-01 19:44:54 +08:00
parent ccfb60a05c
commit 7d358e5c21

View File

@ -37,7 +37,10 @@ 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 = (int)$this->request->param('shop_id');
$this->shop_id = 10002;
$this->location = (string)$this->request->param('location');
}
/**