增加中控接口调用日志记录

This commit is contained in:
胡尧
2025-05-12 11:50:35 +08:00
parent ceb38aa483
commit 35bf954529
8 changed files with 100 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ class Manufacturing_Connect(http.Controller):
@http.route('/AutoDeviceApi/MachineToolGroup', type='json', auth='sf_token', methods=['GET', 'POST'], csrf=False,
cors="*")
@api_log('机床刀具组', requester='中控系统')
def get_maintenance_tool_groups_Info(self, **kw):
"""
机床刀具组接口