|
|
@ -268,7 +268,7 @@ class Ipa365Controller extends BaseController{
|
|
|
|
* 用户点击安装
|
|
|
|
* 用户点击安装
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function install() {
|
|
|
|
public function install() {
|
|
|
|
$userId = $_SESSION['user_id'];
|
|
|
|
$userId = I('user_id', 0);
|
|
|
|
if (!$userId ) {
|
|
|
|
if (!$userId ) {
|
|
|
|
$this->error("请登入", "/mobile.php/ssg/login");
|
|
|
|
$this->error("请登入", "/mobile.php/ssg/login");
|
|
|
|
}
|
|
|
|
}
|
|
|
|