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

https://wechatpay-api.gitbook.io/wechatpay-api-v3/

群主可否提供沙箱环境变量 ``` config := &wechat.Config{ ENV: "develop", } ``` 这样

## 问题及现象 不是每次都报错,我观察了下,是render里边的性能不够高 ```go //Render render from bytes func (ctx *Context) Render(bytes []byte) { //debug //fmt.Println("response msg = ", string(bytes)) ctx.Writer.WriteHeader(200) _, err := ctx.Writer.Write(bytes) if err != nil {...

https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_2

部署多个服务时,cache.Memcache 和 cache.Redis 没同步多服务对同一个 AppId 的 AccessToken 的读写操作。使用方需自己写 cache,并使用分布式锁。

question

对于直接跳转的菜单点击,发现事件类型是view。 但点击菜单,在公众号正文中返回了一个图文标题,需要点击这个标题才能进入。这个事件类型按理应该是click类型(对吧),但用本project调用时发现没有对应的事件。 请问这是因为个人公众号没有认证的原因,还是其他问题?