|
@@ -277,7 +277,7 @@ class Match extends Api
|
|
|
|
|
|
$rs = [
|
|
|
'get_jewel_value' => $data['money'],
|
|
|
- 'remark' => '通话+'.$data['free_money'].'金币,新人补贴+'.$data['money'].'金币',
|
|
|
+ 'remark' => '通话+'.$data['money'].'金币,新人补贴+'.$data['free_money'].'金币',
|
|
|
'next_minute' => $next_minute,
|
|
|
];
|
|
|
$this->success('success',$rs);
|
|
@@ -469,7 +469,7 @@ class Match extends Api
|
|
|
|
|
|
$rs = [
|
|
|
'get_jewel_value' => $data['money'],
|
|
|
- 'remark' => '通话+'.$data['free_money'].'金币,新人补贴+'.$data['money'].'金币',
|
|
|
+ 'remark' => '通话+'.$data['money'].'金币,新人补贴+'.$data['free_money'].'金币',
|
|
|
'next_minute' => $next_minute,
|
|
|
];
|
|
|
$this->success('success',$rs);
|