Browse Source

Rwa兑换

afa 4 tháng trước cách đây
mục cha
commit
86ad801722
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      application/api/controller/Exchange.php

+ 1 - 3
application/api/controller/Exchange.php

@@ -191,10 +191,8 @@ class Exchange extends Api
             }
             
             if($type_id == 1){
-                $inster_data['token_name'] =$token= $welfare_config->chabao_num;
+                $inster_data['amount_chabao'] =$token= $welfare_config->chabao_num;
             }
-         
-
           try {
               Db::startTrans();
               $rs = Db::name('rwa_exchange_record')->fetchSql(false)->insert($inster_data);