Skip to content

RequestSubscribeMessageSuccessCallback #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cseYang opened this issue May 20, 2025 · 0 comments
Open

RequestSubscribeMessageSuccessCallback #1002

cseYang opened this issue May 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@cseYang
Copy link

cseYang commented May 20, 2025

描述Bug

对 RequestSubscribeMessageSuccessCallback 进行循环遍历的时候,存在一个anyKeyWord的key

private void _onSubscribeMsgSucc(RequestSubscribeMessageSuccessCallbackResult res) { foreach (var kv in res) { GameLogger.LogFormat(ELogModuleType.WXPlatform, $"模板ID: {kv.Key}, 状态: {kv.Value}"); } }

outPut:
[WXPlatform]模板ID: 4XRqnZcLMf3G6X88508HcvhpjF8CTdfwvhrk_7I_sRQ, 状态: accept
[WXPlatform]模板ID: anyKeyWord, 状态:

运行环境

windows
@cseYang cseYang added the bug Something isn't working label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant