This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
url:http://127.0.0.1:10006/callbackExample
beforeSendSingleMsg:
enable:false
timeout:5
failedContinue:true
# Only the contentType in allowedTypes will send the callback.
# Supports two formats: a single type or a range. The range is defined by the lower and upper bounds connected with a hyphen ("-").
# e.g. allowedTypes: [1, 100, 200-500, 600-700] means that only contentType within the range
# {1, 100} ∪ [200, 500] ∪ [600, 700] will be allowed through the filter.
# If not set, all contentType messages will through this filter.
allowedTypes:[]
# Only the contentType not in deniedTypes will send the callback.
# Supports two formats, same as allowedTypes.
# If not set, all contentType messages will through this filter.
deniedTypes:[]
beforeUpdateUserInfoEx:
enable:false
timeout:5
failedContinue:true
afterUpdateUserInfoEx:
enable:false
timeout:5
afterSendSingleMsg:
enable:false
timeout:5
# Only the senID/recvID specified in attentionIds will send the callback