فهرست منبع

三个通话的remark

lizhen_gitee 10 ماه پیش
والد
کامیت
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);