浏览代码

更新CFG

zhou.xiaoning 4 年之前
父节点
当前提交
cf1b7cbe34
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      config/cfg.j2
  2. 2 1
      config/cfg.json

+ 2 - 1
config/cfg.j2

@@ -17,6 +17,7 @@
         "iOS": "{{ios}}",
         "android": "{{android}}"
         "otherPayUrl": "{{otherPayUrl}}",
-        "oem": "{{oem}}"
+        "oem": "{{oem}}",
+        "pcMangerUrl": "{{pcMangerUrl}}"
         }
 }

+ 2 - 1
config/cfg.json

@@ -17,6 +17,7 @@
         "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",
         "otherPayUrl": "http://103.40.249.123:9400/bank_alipay",
-        "oem": "qhj"
+        "oem": "qhj",
+        "pcMangerUrl": "http://192.168.31.176:5019/mtp2-pcweb"
     }
 }