feat : city
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
// 写静态日志
|
// 写静态日志
|
||||||
|
|||||||
Reference in New Issue
Block a user