From ecc2b5c354d95ae662d41c7815443a06951d1036 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Tue, 21 Nov 2023 19:55:01 +0800 Subject: [PATCH] test --- deployments/templates/openim.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 075042b54..a3433233d 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -312,7 +312,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: "http://125.124.195.201:18889/sdkName/callbackAfterSetGroupInfoCommand" + url: "http://125.124.195.201:18889/sdkName/callbackBeforeSetGroupInfoCommand" beforeSendSingleMsg: enable: false timeout: 5 @@ -398,11 +398,11 @@ callback: timeout: 5 failedContinue: true setGroupInfoAfter: - enable: true + enable: false timeout: 5 failedContinue: true setGroupInfoBefore: - enable: false + enable: true timeout: 5 failedContinue: true ###################### Prometheus ######################