Commit 02e3dc45 by 冷斌

update

parent 9ee9fb5d
...@@ -775,7 +775,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -775,7 +775,7 @@ class Model_User extends PhalApi_Model_NotORM
if (!$configpri['bonus_switch']) { if (!$configpri['bonus_switch']) {
// return $rs; // return $rs;
} }
$rs['bonus_switch'] = $configpri['bonus_switch']; $rs['bonus_switch'] = '1'; //$configpri['bonus_switch'];
//file_put_contents(API_ROOT.'/Runtime/LoginBonus_'.date('Y-m-d').'.txt',date('Y-m-d H:i:s').' 提交参数信息 bonus_switch:'."\r\n",FILE_APPEND); //file_put_contents(API_ROOT.'/Runtime/LoginBonus_'.date('Y-m-d').'.txt',date('Y-m-d H:i:s').' 提交参数信息 bonus_switch:'."\r\n",FILE_APPEND);
/* 获取登录设置 */ /* 获取登录设置 */
......
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