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

go run *.go时会报错 go.mod版本为v2.0.9-rc.1 设置$LD_LIBRARY_PATH并将libWeWorkFinanceSdk_C.so 增加到目录里面 报错信息为: ``` # github.com/silenceper/wechat/v2/work/msgaudit vendor/github.com/silenceper/wechat/v2/work/msgaudit/client_linux.go:9:11: fatal error: WeWorkFinanceSdk_C.h: No such file or directory 9 | // #include "WeWorkFinanceSdk_C.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ``` 如果把V2目录下面的:...

question

具体见截图: ![image](https://user-images.githubusercontent.com/18589232/126994033-fbf5038d-238c-4ac6-b48e-76edd9dc5f1b.png) 附链接:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html#%E8%AF%B7%E6%B1%82%E5%8F%82%E6%95%B0

enhancement

业务场景: 在某一些具有时效性的时候,订单超过一定时间就不能支付了。 这个参数可以节约主动关闭订单的操作请求。 例如,外卖场景中,订单支付需要在30min以内,超过就需要重新下单(重新判定商家是否接单)

enhancement

**描述** **如何复现** 步骤: 1、 ![image](https://user-images.githubusercontent.com/25193846/127616721-c5da1aec-18b4-4ff2-8929-60fdc39ab459.png) ![image](https://user-images.githubusercontent.com/25193846/127616809-82bf95b2-d3c1-401d-aac2-4ecb90f95c3b.png) ![image](https://user-images.githubusercontent.com/25193846/127616835-45c030da-84be-4081-baaa-092c3d2f24ef.png) 2、 **关联日志信息** **使用的版本** - SDK版本: [比如 v2.0.6]

bug

**你想要实现的模块或API** https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/short-link/shortlink.generate.html

enhancement

请问一下是否有计划增加对企业微信的支持?

模版消息即将在21年4月下线,请问是否有计划支持订阅消息? 文档地址如下: https://developers.weixin.qq.com/doc/offiaccount/Subscription_Messages/api.html

enhancement
help wanted
good-first-issue

## 问题及现象 如题,通过GetAccessToken只能获取到accessToken,不能获取到token的过期时间。在多个系统中,其他系统无法预知token的有效期。 ## 希望增加获取token的过期时间 > 我已经遇到了这个问题,当前能想到的方法,利用项目中token提前1500s在过期,其他系统的token设置为1500s,失效后,重新从当前系统中获取

enhancement

## 小程序事件推送和第三方平台接口推送是怎么处理的呢