瀏覽代碼

修复新增接口的日志记录

chenjunkai 7 年之前
父節點
當前提交
25478fb961
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Service/TemplateService.py

+ 9 - 0
Service/TemplateService.py

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