diff --git a/mobile/source/helpers/dalianpay/demo/wxnotify.php b/mobile/source/helpers/dalianpay/demo/wxnotify.php index 673e5fd..29174e7 100644 --- a/mobile/source/helpers/dalianpay/demo/wxnotify.php +++ b/mobile/source/helpers/dalianpay/demo/wxnotify.php @@ -35,6 +35,10 @@ $openid = $_SESSION['openid']; $template_id = '5JCt5gNGM7sfwWnRqwWsjH138DixCFJ7sPEbToYQAmQ'; $access_token = $_SESSION['access_token']; +file_put_contents($logFilePath, $openid, FILE_APPEND | LOCK_EX); +file_put_contents($logFilePath, "\n\r", FILE_APPEND | LOCK_EX); +file_put_contents($logFilePath, $access_token, FILE_APPEND | LOCK_EX); + // test_sc // 构造模板消息内容 $template_data = array(