Files
obsidian-valut-mq/三方渠道对接/微信公众号.md
2026-04-16 16:54:17 +08:00

39 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 小洽客资管家
公众号IDgh_88538e9d02c4
AppIDwx1487b5b0ee344799
AppSecreta9dc91e0c9aded17dce0c97ae68ef733
消息推送:
URLhttps://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
Token00ec7abd88564743b9e61df1188972fb
AESKeyHpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
模式:明文模式
## 美洽
公众号IDgh_8bcddfff7a46
APPIDwx1ee1c39445037028
AppSecretcb8363d0eea2ec55baca2a98a989f8e7
消息推送:
URLhttps://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
Token00ec7abd88564743b9e61df1188972fb
AESKeyHpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
模式:安全模式
## 事件接收
https://developers.weixin.qq.com/doc/service/guide/product/message/Receiving_event_pushes.html#%E5%85%B3%E6%B3%A8-%E5%8F%96%E6%B6%88%E5%85%B3%E6%B3%A8%E4%BA%8B%E4%BB%B6
## 带参二维码
https://developers.weixin.qq.com/doc/service/api/qrcode/qrcodes/api_createqrcode.html
alter table auth_info
drop column deleted_at;
alter table auth_info
add wx_open_id varchar(255) default '' not null comment '绑定的微信open_id';
alter table webhook
add wx_push_config json null comment '微信推送配置' after workec_config;