lizhen_gitee пре 11 месеци
родитељ
комит
0ed2c92e1c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      application/api/controller/Match.php

+ 2 - 2
application/api/controller/Match.php

@@ -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);