1
This commit is contained in:
parent
ccfb60a05c
commit
7d358e5c21
@ -37,7 +37,10 @@ class Controller extends BaseController
|
|||||||
}
|
}
|
||||||
$this->applet_id = (int)$applet_id;
|
$this->applet_id = (int)$applet_id;
|
||||||
$this->user_id = (int)$this->request->param('user_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');
|
$this->location = (string)$this->request->param('location');
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user