Browse Source

添加DETECT_PUSH_DOMAIN_V2

locky 4 năm trước cách đây
mục cha
commit
2300c237cb
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Ansjer/config_formal.py
  2. 1 1
      Ansjer/config_test.py

+ 1 - 1
Ansjer/config_formal.py

@@ -28,7 +28,7 @@ PAYPAL_CRD = {
 }
 
 DETECT_PUSH_DOMAIN = 'http://push.dvema.com/'
-DETECT_PUSH_DOMAIN_V2 = 'http://jiuan.push.dvema.com'
+DETECT_PUSH_DOMAIN_V2 = 'http://jiuan.push.dvema.com/'
 # 数据库dyanamo品牌日志数据库
 USER_BRAND = 'user_brand'
 USER_BRAND_ALL = 'user_brand_all'

+ 1 - 1
Ansjer/config_test.py

@@ -39,7 +39,7 @@ PAYPAL_CRD = {
 #     "client_secret": "EHcnfrpL1o1ev9WnlQ-C1uymeRKDoJ6li6Y0d6iHoRGj4u8Sx5lSEEH774XphP4LQZ0DrDUdvxbux0T2"
 # }
 DETECT_PUSH_DOMAIN = 'http://test.push.dvema.com/'
-DETECT_PUSH_DOMAIN_V2 = 'http://jiuan.push.dvema.com'
+DETECT_PUSH_DOMAIN_V2 = 'http://jiuan.push.dvema.com/'
 # 数据库dyanamo品牌日志数据库
 USER_BRAND = 'test_user_brand'
 USER_BRAND_ALL = 'test_user_brand_all'