Files
tnb.server/apihost/Tnb.API.Entry/Configurations/AgvRequestCfgUrl.json
alex 3923c6a698 1、生成预任务执行调用Wcs生成任务链接口
2、Common新增ConfigurationExtenstions扩展类
2023-08-07 13:32:59 +08:00

6 lines
168 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"AgvRequestUrls": {
"CreateTaskChainUrl": "http://localhost/api/taskchain/create",
"CancelTaskChainUrl": "http://localhost/api/taskchain/cancel"
}
}