WIN-2308041133\Administrator 6 months ago
parent
commit
6f3d4f28bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Pay.php

+ 1 - 1
application/api/controller/Pay.php

@@ -1012,7 +1012,7 @@ class Pay extends Api
         if (empty($address)&&empty($img)){
         if (empty($address)&&empty($img)){
             $this->error(__('请上传地址或上传收款码'));
             $this->error(__('请上传地址或上传收款码'));
         }
         }
-        Db::name('user_txjl')->insert(['uid' => $uid, 'address' => $address, 'type' => $type, 'img' => $img, 'add_time' => time()]);
+        Db::name('txjl')->insert(['uid' => $uid, 'address' => $address, 'type' => $type, 'img' => $img, 'add_time' => time()]);
         $this->success('提交成功');
         $this->success('提交成功');
     }
     }
     public function test()
     public function test()