日志
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
haomingming 2025-12-01 11:19:17 +08:00
parent 12a4846d0e
commit a33fe1033d

View File

@ -291,9 +291,7 @@ class Prescription
// 记录请求日志(隐藏敏感信息)
$logArg = $arg;
if (isset($logArg['headers']['Authorization'])) {
$logArg['headers']['Authorization'] = 'Bearer ***';
}
Log::getInstance()->info("处方平台HTTP请求" . $path . ",请求参数:" . json_encode($logArg,JSON_UNESCAPED_UNICODE));
$response = $this->client->post($path, $arg);