Browse Source

访问记录添加登录接口

locky 2 năm trước cách đây
mục cha
commit
18685adec0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',