修复接口路径拼接问题

This commit is contained in:
2025-10-21 09:38:32 +08:00
parent 2b7a4996e6
commit 16a690a3b4
4 changed files with 7 additions and 5 deletions

View File

@@ -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",