新增用户登录赠送积分应用

This commit is contained in:
gongfuxiang
2019-02-14 23:06:04 +08:00
parent 2044d963d5
commit f842cb422e
30 changed files with 481 additions and 75 deletions

View File

@ -34,7 +34,7 @@ class Message extends Common
parent::__construct();
// 是否登录
$this->Is_Login();
$this->IsLogin();
}
/**