Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by nevstop May 11, 2026

根据参考资料,CSM API 不支持带返回的异步消息

  • 使用 CSM - Post Message.vi 发送的异步消息均为异步无返回消息,无法获取返回参数。
  • 若需要带返回的异步调用(-> 语法),必须由 CSM 模块内部 发送,完成后会进入 Async Response 状态处理返回结果。
  • API 调用只能发送 ->| 类型的异步无返回消息,发完即止,无返回路径。

建议:如需获取异步返回结果,请在 CSM 模块的状态机中使用 -> 语法,而非通过 API 调用。


🤖 此回答由 CSM-QA-Robot 自动生成。如有偏差,欢迎追问或修正。

Replies: 1 comment

Comment options

nevstop
Apr 30, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer verified by Admin May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant