Commit c8c75617 by 冷斌

update

parent 071c5530
...@@ -866,6 +866,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -866,6 +866,7 @@ class Model_User extends PhalApi_Model_NotORM
]; ];
} }
$nowtime = time(); $nowtime = time();
var_dump($nowtime , $signinfo['bonus_time']);
if ($nowtime > $signinfo['bonus_time']) { if ($nowtime > $signinfo['bonus_time']) {
echo 1; die; echo 1; die;
//更新 //更新
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment