Browse Source

修改b2b接口和公共物料接口地址

xielq 4 years ago
parent
commit
8944745650
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/init/setting.json

+ 3 - 3
src/main/resources/init/setting.json

@@ -17,7 +17,7 @@
 },{
   "key": "api.b2b.url",
   "description": "优软B2B平台正式接口地址",
-  "value": "http://b2b-api.usoftchina.com",
+  "value": "http://b2brest.usoftchina.com",
   "resetDefault": false
 },{
   "key": "api.finance.url",
@@ -54,5 +54,5 @@
 },{
   "key": "api.publicproduct.url",
   "description": "公共物料正式地址",
-  "value": "http://api-product.usoftchina.com/"
-}]
+  "value": "http://b2brest.usoftchina.com/"
+}]