ソースを参照

修复新增接口的日志记录

chenjunkai 7 年 前
コミット
25478fb961
1 ファイル変更9 行追加0 行削除
  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',