1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-23 13:42:25 +08:00
Commit Graph

12 Commits

Author SHA1 Message Date
houseme
356fe3df44 fix 2023-10-14 01:11:35 +08:00
houseme
9e54a6a27b fix 2023-10-14 01:05:01 +08:00
houseme
ef4e3a0a3e test 2023-10-14 00:59:32 +08:00
houseme
12dfb7051a test 2023-10-14 00:54:18 +08:00
houseme
d214617446 feat: improve code for subscribe 2023-10-12 13:29:01 +08:00
houseme
7371d1649f feat: improve subscribe msg 2023-10-11 23:51:24 +08:00
Ralph Maas
b1f31feff6 feat(miniapp): 小程序订阅消息 (#429)
1. 用户订阅消息服务端回调处理
2. 用户订阅消息订阅通知事件推送

Co-authored-by: houseme <qzg40737@163.com>
2023-10-11 09:06:49 -05:00
houseme
b39be7fca2 fix 2023-10-11 22:04:23 +08:00
ccfish
dea33e0e48 小程序消息推送 (#713)
* 小程序消息推送

* fix lint errors

* fix lint

* fix lint

* fix lint,

* 简化写法

* fix 简化写法

* fix name in comments

* add events

* change GoodsInfo type

* change statements to 50

* 追加xml支持

* fix cl lint
2023-08-27 19:13:00 +08:00
houseme
96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473)
* [feature] Format the code and improve Mini Program authorization to obtain openid(miniprogram/auth/auth.go Code2Session)

* [feature] CheckEncryptedData (https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/user-info/auth.checkEncryptedData.html)

* upgrade json error

* upgrade json error

Co-authored-by: houseme <houseme@outlook.com>
2021-09-08 11:03:23 +08:00
huangx
0505969439 add CommonToken and MiniProgramMixMessage (#323)
Co-authored-by: huangxiang <huangxiang@didichuxing.com>
2020-08-29 18:50:48 +08:00
huangx
2e191c0a44 feature: 小程序增加客服消息 (#319)
* add miniprogram customer_message

* fix golint comment

* rm unnecessary unmarshal in Send

Co-authored-by: huangxiang <huangxiang@didichuxing.com>
2020-08-27 13:46:36 +08:00