adjust
This commit is contained in:
parent
10cb4e9464
commit
92ce83a436
@ -259,7 +259,7 @@ class RechargeController
|
||||
|
||||
} else {
|
||||
$addreward = new classes\AddReward();
|
||||
$item_list = $addreward->addReward($shopgoods['item_id'], 1, $_REQUEST['account_id'], $_REQUEST['timestamp'], 0);
|
||||
$item_list = $addreward->addReward($shopgoods['item_id'], 1, $_REQUEST['account_id'], 0, 0);
|
||||
foreach ($item_list as &$value) {
|
||||
$value['itemnum'] = (float)$value['itemnum'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user