From c596dc0e746635efad0d077655291e2fced3d4ab Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Thu, 14 Sep 2023 15:47:29 +0800 Subject: [PATCH] test message --- mobile/source/helpers/dalianpay/demo/wxnotify.php | 4 ++++ 1 file changed, 4 insertions(+) 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(