Browse Source

test message

master
dutsc 3 years ago
parent
commit
c596dc0e74
  1. 4
      mobile/source/helpers/dalianpay/demo/wxnotify.php

4
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(

Loading…
Cancel
Save