Skip to content

RequestSubscribeMessageSuccessCallback #1002

Open
@cseYang

Description

@cseYang

描述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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions