|
@@ -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);
|