vault backup: 2026-04-16 16:54:17

This commit is contained in:
wubaoyong
2026-04-16 16:54:17 +08:00
parent 0c7afd69d0
commit 93736b5495
4 changed files with 67 additions and 10 deletions

View File

@@ -1,7 +1,13 @@
## 小洽客资管家
公众号IDgh_88538e9d02c4
AppIDwx1487b5b0ee344799
Token
AppSecreta9dc91e0c9aded17dce0c97ae68ef733
消息推送:
URLhttps://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
Token00ec7abd88564743b9e61df1188972fb
AESKeyHpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
模式:明文模式
## 美洽
@@ -10,7 +16,24 @@ APPIDwx1ee1c39445037028
AppSecretcb8363d0eea2ec55baca2a98a989f8e7
消息推送:
URLhttps://api-gateway-qa-int.meiqia.com/prisma/wechat-auth/callback
Token82275e6a5e3343ebb6b1a863cf8e23be
AESKeyzVFdstBmQF77TF8STjeav6fG0bnTJeBIM1tmVr2Kylm
模式:安全模式
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;