Browse Source

金融服务平台地址更新

hejq 8 years ago
parent
commit
60409f65f6
1 changed files with 2 additions and 10 deletions
  1. 2 10
      src/main/resources/init/setting.json

+ 2 - 10
src/main/resources/init/setting.json

@@ -22,14 +22,6 @@
   "description": "金融保理平台测试接口地址"
 },{
   "key": "api.finance.url",
-  "description": "金融保理平台(后台)正式接口地址",
-  "value": "http://10.10.100.178:23000"
-},{
-  "key": "api.finance.service.test.url",
-  "description": "金融保理平台(客户端)测试接口地址",
-  "value": "http://localhost:8081"
-},{
-  "key": "api.finance.service.url",
-  "description": "金融保理平台(客户端)正式接口地址",
-  "value": "http://10.10.100.178:23000"
+  "description": "金融保理平台正式接口地址",
+  "value": "http://finance.ubtob.com"
 }]