[ApiBindAttribute(PlatformType.WeChat_Work, "ChatApi.SendChatSimpleMessageAsync", true)] public static Task<WorkJsonResult> SendChatSimpleMessageAsync( string accessTokenOrAppKey, string chatId, ChatMsgType msgType, string contentOrMediaId, int safe = 0, int timeOut = 10000 ) 参数 accessToken...
desperadoccy [doc]更新readme 72282ca· Oct 19, 2022 History140 Commits config [config]删除一些非必要参数 Oct 18, 2022 src [main]更换thread.active_count(),原方法被弃用 Oct 18, 2022 .gitignore [main]完成半异步框架 Oct 18, 2022 config.json [main]添加多gpu支持 Sep 1, 2022 config_semi.js...
.github website .gitignore .hound.yml .travis.yml LICENSE.md README.md benchmark_test.go bus.go bus_test.go doc.go example_test.go go.mod README Code of conduct MIT license 🚌 message-bus Go simple async message bus. 📖 ABOUT ...