Browse Source

修复新增接口的日志记录

chenjunkai 7 năm trước cách đây
mục cha
commit
25478fb961
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      Service/TemplateService.py

+ 9 - 0
Service/TemplateService.py

@@ -16,6 +16,15 @@ class TemplateService:
     @staticmethod
     def log_api():
         apiList = [
+            'account/authcode',
+            'account/register',
+            'account/login',
+            'account/logout',
+            'account/changePwd',
+            'account/forget',
+            'account/email-re-pwd'
+            'account/refreshTk',
+
             'account/showUserMore',
             'account/perfectUserInfo',
             'account/getAvatar',