1、生成预任务执行调用Wcs生成任务链接口

2、Common新增ConfigurationExtenstions扩展类
This commit is contained in:
alex
2023-08-07 13:32:59 +08:00
parent 5d2b41fa72
commit 3923c6a698
5 changed files with 82 additions and 13 deletions

View File

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