@@ -524,7 +524,7 @@ underlying_system.add_argument(name='picture', type=FileStorage, location='files
@ns.route('/underlying_system')
class UnderlyingSystemMessageApi(Resource):
- # method_decorators = [login_required]
+ method_decorators = [login_required]
@ns.doc(id='underlying_system_list', description='获取底层系统')
@ns.expect()