Commit c6ff3557 by 冷斌

update

parent c8c75617
......@@ -866,9 +866,7 @@ class Model_User extends PhalApi_Model_NotORM
];
}
$nowtime = time();
var_dump($nowtime , $signinfo['bonus_time']);
if ($nowtime > $signinfo['bonus_time']) {
echo 1; die;
//更新
$bonus_time = strtotime(date("Ymd", $nowtime)) + 60 * 60 * 24;
$bonus_day = $signinfo['bonus_day'];
......
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