修复接口路径拼接问题

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

@@ -2,6 +2,7 @@
"TestCountLimit": 3,
"Service_BaseUrl": "https://www.juip.com/",
"BaseInfoUrl": "https://www.juip.com/",
"BackendUrl": "https://php-api.juip.com/",
"NotifyUrl": "https://www.juip.com/product/WxOrderCallBack",
"UNotifyUrl": "https://www.juip.com/user/WxOrderCallBack",
"MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306",