feat : login wx

This commit is contained in:
2024-11-11 17:22:02 +08:00
parent 2f9786bd05
commit 649d41f427
3 changed files with 7 additions and 1 deletions

View File

@@ -77,6 +77,6 @@ class ApiReturnAspect extends AbstractAspect
$logParam = !$post ? '{}' : json_encode($post);
$header = json_encode($this->request->getHeaders());
$this->log->requestApiLog("\napi==path:{$this->request->getPathInfo()}\nuserId:$this->userId\nrequestData:$logParam\nheader:$header\nresponseData:$result");
$this->log->requestApiLog("\napi==path:{$this->request->getPathInfo()}\nuserId:$this->userId\nrequestData:$logParam\nheader:$header\nresponseData:$result\n");
}
}