Преглед изворни кода

修复新增接口的日志记录

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',