chenjunkai 6 years ago
parent
commit
a3dd4a1955
1 changed files with 8 additions and 1 deletions
  1. 8 1
      Service/TemplateService.py

+ 8 - 1
Service/TemplateService.py

@@ -59,7 +59,14 @@ class TemplateService:
             'v2/account/register',
             'v2/account/register',
             'v2/account/forgetCode',
             'v2/account/forgetCode',
             'v2/account/resetPwdByCode',
             'v2/account/resetPwdByCode',
-            'cloudVod/createOrder'
+
+            'cloudVod/createOrder',
+            'cloudVod/payExecute',
+            # 'cloudVod/storeplaylist'
+            'cloudVod/getHlsList',
+            'cloudVod/status',
+            'cloudVod/details',
+            'cloudVod/playlist'
         ]
         ]
         return apiList
         return apiList