企业微信接受消息 API 的设置

Server 可以用本地 VSCode 端口转发加 VSCode 自带的内网穿透来实现, 代码如下:

typescript 复制代码
import crypto from "node:crypto"
import { decrypt } from "@wecom/crypto"
export default defineEventHandler((event) => {
  const { msg_signature, timestamp, nonce, echostr } = getQuery(event)
  const shasum = crypto.createHash("sha1")
  const token = "---"
  const encodingAesKey = "---"
  shasum.update([token, timestamp, nonce, echostr].sort().join(""))
  const str = shasum.digest("hex")
  if (str !== msg_signature) {
    return "error"
  }
  const { message } = decrypt(encodingAesKey, echostr as string)
  return message
})
相关推荐
陈思杰系统思考Jason40 分钟前
系统思考:人性的洞察
百度·微信·微信公众平台·新浪微博·微信开放平台
微爱帮监所写信寄信3 小时前
微爱帮监狱寄信写信系统后台PHP框架优化实战手册
android·开发语言·人工智能·网络协议·微信·https·php
AmsWait5 小时前
微信H5订阅消息接入实战:样式错乱、返回值解析报错?避坑指南来了
javascript·微信
说私域7 小时前
基于电商平台直播板块的智能名片链动2+1模式商城小程序应用研究
人工智能·微信·小程序·开源
梦想的旅途27 小时前
企业微信二次开发:如何实现外部群消息的主动推送?
java·微信·机器人
陈思杰系统思考Jason1 天前
系统思考:短期反馈与长期后果的冲突
百度·微信·微信公众平台·新浪微博·微信开放平台
陈思杰系统思考Jason4 天前
系统思考与业务协同
百度·微信·微信公众平台·新浪微博·微信开放平台
天呐草莓4 天前
企业微信自动打标签教程
大数据·python·微信·微信小程序·小程序·企业微信
孙严Pay5 天前
代付功能的跨界新玩法:不止于金融领域
笔记·科技·计算机网络·其他·微信
弓乙图5 天前
弓乙图 先后天八卦的演化源头
经验分享·微信