1
This commit is contained in:
parent
8e6f3ab49c
commit
22e93fc7ec
@ -228,6 +228,7 @@ class SignController{
|
||||
'errcode' => 0,
|
||||
'errmsg' => '',
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
public function signDoubleReward()
|
||||
@ -322,7 +323,7 @@ class SignController{
|
||||
}
|
||||
}
|
||||
//刷新战斗结算奖励次数,商店刷新次数,客服
|
||||
$battle_ret = $conn->execScript('UPDATE user SET battle_re_times=0, diamond_shop_flush_times=0, shop_flush_times=0, kefu_status=0, modify_time=:modify_time ' .
|
||||
$battle_ret = $conn->execScript('UPDATE user SET battle_re_times=0, shop_flush_times=0, kefu_status=0, modify_time=:modify_time ' .
|
||||
' WHERE accountid=:accountid;',
|
||||
array(
|
||||
':accountid' => $account_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user