39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
## 小洽客资管家
|
||
公众号ID:gh_88538e9d02c4
|
||
AppID:wx1487b5b0ee344799
|
||
AppSecret:a9dc91e0c9aded17dce0c97ae68ef733
|
||
|
||
消息推送:
|
||
URL:https://api-gateway-qa.meiqia.cn/prisma/unauth/auth/wx-callback
|
||
Token:00ec7abd88564743b9e61df1188972fb
|
||
AESKey:HpwgJHm5HwDEGTolaR1tYEc4rqEFYJmTQ1lXD7nbQOd
|
||
模式:明文模式
|
||
|
||
## 美洽
|
||
|
||
公众号ID:gh_8bcddfff7a46
|
||
APPID:wx1ee1c39445037028
|
||
AppSecret:cb8363d0eea2ec55baca2a98a989f8e7
|
||
|
||
消息推送:
|
||
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; |