vault backup: 2026-04-16 16:54:17
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
## 小洽客资管家
|
||||
公众号ID:gh_88538e9d02c4
|
||||
AppID:wx1487b5b0ee344799
|
||||
Token:
|
||||
AppSecret:a9dc91e0c9aded17dce0c97ae68ef733
|
||||
|
||||
消息推送:
|
||||
URL:https://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
|
||||
Token:00ec7abd88564743b9e61df1188972fb
|
||||
AESKey:HpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
|
||||
模式:明文模式
|
||||
|
||||
## 美洽
|
||||
|
||||
@@ -10,7 +16,24 @@ APPID:wx1ee1c39445037028
|
||||
AppSecret:cb8363d0eea2ec55baca2a98a989f8e7
|
||||
|
||||
消息推送:
|
||||
URL:https://api-gateway-qa-int.meiqia.com/prisma/wechat-auth/callback
|
||||
Token:82275e6a5e3343ebb6b1a863cf8e23be
|
||||
AESKey:zVFdstBmQF77TF8STjeav6fG0bnTJeBIM1tmVr2Kylm
|
||||
模式:安全模式
|
||||
URL:https://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
|
||||
Token:00ec7abd88564743b9e61df1188972fb
|
||||
AESKey:HpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
|
||||
模式:安全模式
|
||||
|
||||
## 事件接收
|
||||
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;
|
||||
Reference in New Issue
Block a user