WIN-2308041133\Administrator 1 hari lalu
induk
melakukan
48ff21d962
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      app/system/controller/Recharge.php

+ 2 - 0
app/system/controller/Recharge.php

@@ -353,6 +353,8 @@ class Recharge extends BaseController
         $orderSn = $rechargeOrder->createOrder($post['uid'], 0, $post['price'], $post['integral'], $post['give_integral'], 'system', $request->admin_id, $post['remark']);
         
         if (!$orderSn) {
+            @file_put_contents('quanju.txt', $orderSn. "-何意啊\r\n", 8);
+
             return app('json')->fail('创建订单失败');
         }