소스 검색

访问记录添加登录接口

locky 2 년 전
부모
커밋
18685adec0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Service/TemplateService.py

+ 1 - 0
Service/TemplateService.py

@@ -3,6 +3,7 @@ class TemplateService:
     @staticmethod
     def log_api():
         api_list = [
+            'v3/account/login',
             'paymentCycle/queryPayCycle',
             'paymentCycle/cancelPayCycle',
             'payCycle/paypalCycleNotify',