소스 검색

三个通话的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);