MCPcopy Create free account
hub / github.com/027xiguapi/code-box /

Class

server/WechatSender.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fetch from "node-fetch"
2
3class WechatSender {
4 constructor() {
5 this.appid = process.env.WECHAT_APPID
6 this.secret = process.env.WECHAT_SECRET

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected