CSM API 如何支持带返回的异步消息? #33
-
|
CSM API 如何支持带返回的异步消息? |
Beta Was this translation helpful? Give feedback.
Admin verified this answer by
nevstop
May 11, 2026
Replies: 1 comment
-
|
根据参考资料,CSM API 不支持带返回的异步消息。
建议:如需获取异步返回结果,请在 CSM 模块的状态机中使用
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
根据参考资料,CSM API 不支持带返回的异步消息。
CSM - Post Message.vi发送的异步消息均为异步无返回消息,无法获取返回参数。->语法),必须由 CSM 模块内部 发送,完成后会进入Async Response状态处理返回结果。->|类型的异步无返回消息,发完即止,无返回路径。建议:如需获取异步返回结果,请在 CSM 模块的状态机中使用
->语法,而非通过 API 调用。