wechat icon indicating copy to clipboard operation
wechat copied to clipboard

WeChat SDK for Go (微信SDK:简单、易用)

Results 116 wechat issues
Sort by recently updated
recently updated
newest added

**描述** 当用户向公众号发送特殊内容时,xml解析会失败。比如: case 1:嵌套xml [case1_input.txt](https://github.com/silenceper/wechat/files/13317033/case1_input.txt) case 2:有特殊字符,在 Sublime 里面显示为 `` [case2_input.txt](https://github.com/silenceper/wechat/files/13317034/case2_input.txt) **如何复现** 步骤: 1、分别复制case1_input.txt和case2_input.txt的内容发送给公众号,公众号都无响应 **关联日志信息** case 1 error: ` XML syntax error on line 5: element closed by ` case...

bug

**请描述您的问题** 开发公众号扫码关注,希望用户关注后自动回复消息,在消息里面怎么设置文字对应的超文本链接,以及如何实现一次回复多条消息

question

https://github.com/silenceper/wechat/pull/661 先发布 rc 版本,正式版之前,完全移除 redis 的依赖,只留下 memcache 的当做示例及默认实现。 @silenceper 完全移除`redis`相关的代码,建议用户参照示例代码实现`redis`的缓存功能。 如下为 `redis V9`的示例代码: ```go package cache import ( "context" "time" "github.com/redis/go-redis/v9" ) // Redis .redis cache type Redis struct {...

## 问题及现象 如果GetAccessToken()获取的token有问题,没有重试的机制去刷新,是否能增加当调用失败时,则重新获取token然后重试 access_token相关错误码 40001 | 获取 access_token 时 AppSecret 错误,或者 access_token 无效。请开发者认真比对 AppSecret 的正确性,或查看是否正在为恰当的公众号调用接口 -- | -- 40014 | 不合法的 access_token ,请开发者认真比对 access_token 的有效性(如是否过期),或查看是否正在为恰当的公众号调用接口 -- | -- 42001 |...

**请描述您的问题** 我看最新版里增加了这个稳定版的token,,但是不知道在 使用微信小程序接口时 怎么 指定使用 这个StableAccessToken 新增的稳定版token

question

Hello! I try to run examples from https://silenceper.com/wechat/ and https://github.com/gowechat/example/tree/master, it works fine, but I don't understand, how to debug wechat-go-server in wechat app? I tried to use wechat-dev-tools (with...

question

**请描述您的问题** 接入企微消息会话存档,mac环境能否开发

question

有没有第三方应用使用微信登录的相关接口

question

map 读取的时候没有加锁