Browse Source

获取定制商城订单数据

huangct 8 years ago
parent
commit
5aea61606f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/init/setting.json

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

@@ -28,9 +28,9 @@
 },{
   "key": "api.diymall.test.url",
   "description": "定制商城本地测试接口地址",
-  "value": "http://127.0.0.1:20215"
+  "value": "http://10.10.100.23:20215"
 },{
   "key": "api.diymall.url",
   "description": "定制商城正式接口地址",
-  "value": "http://10.10.100.23:20215/"
+  "value": "http://10.10.100.23:20215"
 }]