Commit ca1dee3d by 冷斌

update

parent 76e687db
......@@ -835,7 +835,7 @@ class Model_User extends PhalApi_Model_NotORM
{
$coin = 0;
$configpri = getConfigPri();
if (!$configpri['bonus_switch']) {
if (!$configpri['bonus_switch'] || 1) {
return $coin;
}
......
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