企业微信接受消息 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
})
相关推荐
游了个戏2 天前
用AI做了个小游戏(二)
人工智能·游戏·微信
游了个戏3 天前
我用AI做了个小游戏(一)
人工智能·游戏·微信
游了个戏3 天前
微信小游戏 vs QQ小游戏:表面是兄弟,骨子里是两套完全不同的玩法
人工智能·游戏·微信
Swift社区3 天前
鸿蒙游戏,会不会重演微信小游戏的爆发?
游戏·微信·harmonyos
biotechbd4 天前
TSHR蛋白|甲状腺甲亢核心靶点 结构功能与CHO稳定表达方案
百度·微信·微信公众平台
AI周红伟5 天前
周红伟:梁文峰DeepSeek V4 终极对决 GPT-6,梁文锋透露 DeepSeek V4 将于 4 月下旬发布
人工智能·gpt·深度学习·微信·自然语言处理·openclaw
金融Tech趋势派5 天前
Hermes Agent开源45天登顶GitHub,深度解析其记忆机制与部署方案
人工智能·微信·开源·github·企业微信·openclaw·hermes agent
今天不要写bug5 天前
Taro小程序微信、支付宝双端实现二维码图片生成
微信·小程序·taro
拓朋6 天前
拓朋A36plus对讲机,户外电影拍摄的清晰指挥
微信
陈思杰系统思考Jason7 天前
联结共创:生命的美好
百度·微信·微信公众平台·新浪微博·微信开放平台