feat : city

This commit is contained in:
2024-11-07 16:50:45 +08:00
parent 73e13c1e40
commit 408475f238

View File

@@ -85,7 +85,7 @@ class AdminOperationAspect extends AbstractAspect
{ {
$post = $this->request->all(); $post = $this->request->all();
$logParam = !$post ? '{}' : json_encode($post); $logParam = !$post ? '{}' : json_encode($post);
$userId = Context::get('user_id',0); $userId = Context::get('admin_id',0);
$header = json_encode($this->request->getHeaders()); $header = json_encode($this->request->getHeaders());
// 写静态日志 // 写静态日志