adjust
This commit is contained in:
parent
4a50603db9
commit
6549b2bf4b
@ -981,10 +981,15 @@ class SoloController
|
||||
)
|
||||
);
|
||||
|
||||
$addreward = new classes\AddReward();
|
||||
$coin_num = $addreward->getCoinNum($account_id);
|
||||
$diamond_num = $addreward->getDiamondNum($account_id);
|
||||
echo json_encode(array(
|
||||
'errcode' => 0,
|
||||
'errmsg' => '',
|
||||
'type' => $type,
|
||||
'coin_nums' => $coin_num,
|
||||
'diamond_nums' => $diamond_num,
|
||||
'talent' => array(
|
||||
'norm' => $talent[0],
|
||||
'unlockadv' => $talent[1],
|
||||
|
Loading…
x
Reference in New Issue
Block a user