WIN-2308041133\Administrator 5 tháng trước cách đây
mục cha
commit
44ed339504

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

@@ -615,6 +615,7 @@ class Pay extends Api
 //        $lx=input('lx');
 //        $lx=input('lx');
         $num = input('num'); //购买的版权数量
         $num = input('num'); //购买的版权数量
         $uid = input('uid');
         $uid = input('uid');
+        @file_put_contents("usdt.txt", $uid . "- 购买人uid\r\n", 8);
         $vid = input('vid');
         $vid = input('vid');
         $user = Db::name('user')->where('id', $uid)->find();
         $user = Db::name('user')->where('id', $uid)->find();
         if (empty($user)){
         if (empty($user)){