修改联合接口地址的请求IP端口

This commit is contained in:
alex
2023-08-08 10:26:42 +08:00
parent abb9663485
commit 75f9b45e5c
4 changed files with 43 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"AgvRequestUrls": {
"CreateTaskChainUrl": "http://localhost/api/taskchain/create",
"CancelTaskChainUrl": "http://localhost/api/taskchain/cancel"
"CreateTaskChainUrl": "http://192.168.11.104:1880/localhost/api/taskchain/create",
"CancelTaskChainUrl": "http://192.168.11.104:1880/api/taskchain/cancel"
}
}