소스 검색

Merge branch 'master' of 192.168.30.132:MTP2.0/MTP20_IF

zou.yingbin 4 년 전
부모
커밋
2bd1b6d58d
2개의 변경된 파일5개의 추가작업 그리고 9개의 파일을 삭제
  1. 2 4
      config/cfg.j2
  2. 3 5
      config/cfg.json

+ 2 - 4
config/cfg.j2

@@ -14,11 +14,9 @@
         "tradePort": "{{access_listen_port}}",
         "newsUrl": "{{news_url}}",
         "pcNewsUrl": "{{pc_news_url}}",
-        "hsbyBankSignZone": "08:00-18:00",
-        "hsbyPayUrlWeb": "{{hsby_pay_url_web}}",
-        "hsbySignUp": "{{hsby_signup}}",
-        "hsbyRegister": "{{hsby_register}}",
         "iOS": "{{ios}}",
         "android": "{{android}}"
+        "otherPayUrl": "{{otherPayUrl}}",
+        "oem": "{{oem}}"
         }
 }

+ 3 - 5
config/cfg.json

@@ -14,11 +14,9 @@
         "tradePort": "5001",
         "newsUrl": "http://www.baidu.com",
         "pcNewsUrl": "https://www.hndnews.com/17/1.html",
-        "hsbyBankSignZone": "08:00-18:00",
-        "hsbyPayUrlWeb": "http://192.168.21.71:9400/bank_scancode/getQrCode",
-        "hsbySignUp": "http://moaccount.lvyoubao.net:8050",
-        "hsbyRegister": "http://register.lvyoubao.net:8060/#/",
         "iOS": "https://apps.apple.com/cn/app/%E6%97%85%E6%B8%B8%E4%BF%9D/id1554804296",
-        "android": "http://sapp.lvyoubao.net:8013/app/旅游保.apk"
+        "android": "http://sapp.lvyoubao.net:8013/app/旅游保.apk",
+        "otherPayUrl": "http://103.40.249.123:9400/bank_alipay",
+        "oem": "qhj"
     }
 }