修复接口路径拼接问题
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"TestCountLimit": 3,
|
||||
"Service_BaseUrl": "http://192.168.3.42:9000/",
|
||||
"BaseInfoUrl": "http://192.168.3.42:9000/",
|
||||
"Service_BaseUrl": "http://192.168.3.42:5000/",
|
||||
"BaseInfoUrl": "http://192.168.3.42:5000/",
|
||||
"BackendUrl": "http://192.168.3.42:9000/",
|
||||
"NotifyUrl": "http://192.168.3.42:9000/product/WxOrderCallBack",
|
||||
"MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=123456789;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306",
|
||||
"Redis": "127.0.0.1:6379,password=123456,defaultDatabase=1,poolsize=1",
|
||||
|
||||
Reference in New Issue
Block a user