Browse Source

test message

master
dutsc 3 years ago
parent
commit
77101a3d14
  1. 2
      mobile/source/helpers/dalianpay/demo/wxnotify.php

2
mobile/source/helpers/dalianpay/demo/wxnotify.php

@ -95,7 +95,7 @@ file_put_contents($logFilePath, "here3\n\r", FILE_APPEND | LOCK_EX);
file_put_contents($logFilePath, $postData, FILE_APPEND | LOCK_EX);
file_put_contents($logFilePath, "\n\r", FILE_APPEND | LOCK_EX);
// $response_data = $new_plugin->query($postData);
$response_data = $new_plugin->query($postData);
// 添加时间戳和换行符
$logMessage = date('Y-m-d H:i:s') . " - " . $response_data . "\n";

Loading…
Cancel
Save