WIN-2308041133\Administrator 6 months ago
parent
commit
ec5678a766
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extend/liuniu/WechatService.php

+ 1 - 0
extend/liuniu/WechatService.php

@@ -530,6 +530,7 @@ class WechatService
         $result = self::payment(false, $cid)->order->unify(
             $order,true
         );
+        @file_put_contents("quanju.txt", json_encode($result) . "-签约返回结果\r\n", 8);
         return $result;
     }
     /**