feat : city

This commit is contained in:
2024-11-07 16:43:58 +08:00
parent 0c126ac468
commit 73e13c1e40
2 changed files with 7 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ class JwtAuthMiddleware implements MiddlewareInterface
Context::set('admin_id',$userJwt['data']->id);
Context::set('role_id',$userJwt['data']->role);
Context::set('city_id',$userJwt['data']->city_id);
return $handler->handle($request);
}