WIN-2308041133\Administrator 1 день назад
Родитель
Сommit
48ff21d962
1 измененных файлов с 2 добавлено и 0 удалено
  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('创建订单失败');
         }