WIN-2308041133\Administrator 6 miesięcy temu
rodzic
commit
e7b34fec9f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      extend/liuniu/WechatService.php

+ 2 - 1
extend/liuniu/WechatService.php

@@ -356,7 +356,8 @@ class WechatService
                 return true;
             }
             @file_put_contents("quanju.txt", json_encode($notify)."-签约返回内容\r\n", 8);
-            if ($successful && isset($notify['plan_id'])) {
+            @file_put_contents("quanju.txt", json_encode($successful)."-这是什么\r\n", 8);
+            if (isset($notify['plan_id'])) {
                 @file_put_contents("quanju.txt", $notify['plan_id']."-模版编号\r\n", 8);
                 if (isset($notify['change_type']) && $notify['change_type']) {
                     @file_put_contents("quanju.txt", $notify['change_type']."-签约返回状态\r\n", 8);