We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07efb2f commit 998e7caCopy full SHA for 998e7ca
support/reach/src/api/reach_api_ct/reach_api_ct_trigger_instance.rs
@@ -18,7 +18,7 @@ use crate::reach_invoke::Client;
18
pub struct ReachTriggerInstanceConfigCtApi;
19
20
#[cfg_attr(feature = "simple-client", bios_sdk_invoke::simple_invoke_client(Client<'_>))]
21
-#[poem_openapi::OpenApi(prefix_path = "/ct/msg/instance/config", tag = "bios_basic::ApiTag::App")]
+#[poem_openapi::OpenApi(prefix_path = "/ct/trigger/instance/config", tag = "bios_basic::ApiTag::App")]
22
impl ReachTriggerInstanceConfigCtApi {
23
/// 根据类型获取所有用户触达触发实例配置数据
24
#[oai(method = "get", path = "/")]
0 commit comments