feat:a callback example

pull/1422/head
luhaoling 2 years ago
parent 0e261d0db2
commit 7cf8595791

@ -312,7 +312,7 @@ iosPush:
# Timeout in seconds
# Whether to continue execution if callback fails
callback:
url: "http://192.168.62.1:8080/sdkName"
url:
beforeSendSingleMsg:
enable: false
timeout: 5

@ -312,7 +312,7 @@ iosPush:
# Timeout in seconds
# Whether to continue execution if callback fails
callback:
url:
url: "http://192.168.62.1:8080/sdkName"
beforeSendSingleMsg:
enable: false
timeout: 5
@ -367,7 +367,11 @@ callback:
beforeMemberJoinGroup:
enable: false
timeout: 5
failedContinue: true
failedContinue: false
afterCreateGroup:
enable: false
timeout: 5
failedContinue: false
beforeSetGroupMemberInfo:
enable: false
timeout: 5

Loading…
Cancel
Save