|
@@ -41,7 +41,7 @@ class Usersign extends Api
|
|
|
|
|
|
//今天只能签一次
|
|
|
if($check['createtime'] > strtotime(date('Y-m-d'))){
|
|
|
- //$this->error('今天已经签过了');
|
|
|
+ $this->error('今天已经签过了');
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -109,7 +109,7 @@ class Usersign extends Api
|
|
|
|
|
|
if($rs === false){
|
|
|
Db::rollback();
|
|
|
- $this->error('签到失败赠送vip失败');
|
|
|
+ $this->error('连续签到赠送vip失败');
|
|
|
}
|
|
|
return true;
|
|
|
}
|