From 4dc2313bbc57154255fded433b40f001728e7586 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Mon, 15 Jan 2024 12:29:20 +0800 Subject: [PATCH] fix: change the callback url --- deployments/templates/openim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 7b2431bf5..0a4015b42 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -315,7 +315,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: "http://127.0.0.1:10002/msg" + url: "http://127.0.0.1:10002/callbackExample/callbackBeforeSendSingleMsgCommand" beforeSendSingleMsg: enable: true timeout: ${CALLBACK_TIMEOUT}