Browse Source

三个通话的remark

lizhen_gitee 10 months ago
parent
commit
0ed2c92e1c
1 changed files with 2 additions and 2 deletions
  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);