فهرست منبع

update GET_USER_30DayReturnCnt_URL

liqian 2 سال پیش
والد
کامیت
5993db0534
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      config.py

+ 4 - 4
config.py

@@ -661,7 +661,7 @@ class DevelopmentConfig(BaseConfig):
     GET_REMAIN_VIEW_COUNT_URL = 'http://testapi-internal.piaoquantv.com/flowpool/video/remainViewCount'
 
     # 获取用户近30天是否有回流接口地址
-    GET_USER_30DayReturnCnt_URL = 'https://videotest.yishihui.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
+    GET_USER_30DayReturnCnt_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
 
     # 日志服务配置
     ALIYUN_LOG = {
@@ -716,7 +716,7 @@ class TestConfig(BaseConfig):
     GET_REMAIN_VIEW_COUNT_URL = 'http://testapi-internal.piaoquantv.com/flowpool/video/remainViewCount'
 
     # 获取用户近30天是否有回流接口地址
-    GET_USER_30DayReturnCnt_URL = 'https://videotest.yishihui.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
+    GET_USER_30DayReturnCnt_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
 
     # 日志服务配置
     ALIYUN_LOG = {
@@ -771,7 +771,7 @@ class PreProductionConfig(BaseConfig):
     GET_REMAIN_VIEW_COUNT_URL = 'http://preapi-internal.piaoquantv.com/flowpool/video/remainViewCount'
 
     # 获取用户近30天是否有回流接口地址
-    GET_USER_30DayReturnCnt_URL = 'https://videopre.piaoquantv.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
+    GET_USER_30DayReturnCnt_URL = 'http://videopre-internal.piaoquantv.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
 
     # 日志服务配置
     ALIYUN_LOG = {
@@ -826,7 +826,7 @@ class ProductionConfig(BaseConfig):
     GET_REMAIN_VIEW_COUNT_URL = 'http://api-internal.piaoquantv.com/flowpool/video/remainViewCount'
 
     # 获取用户近30天是否有回流接口地址
-    GET_USER_30DayReturnCnt_URL = 'https://longvideoapi.piaoquantv.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
+    GET_USER_30DayReturnCnt_URL = 'http://longvideoapi-internal.piaoquantv.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
 
     # 日志服务配置
     ALIYUN_LOG = {