1 Star 0 Fork 28

homeleaf/微信API网关

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mp_config.json.example 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
老技 提交于 2018-07-26 15:09 . 1. add temp msg example
{
"mpId": {
"mpName": "公众号名称:自定义",
"subjectId": "主体id:自定义,唯一标识开放平台主体",
"type": "类型:mp表示公众号;mini_app表示小程序",
"appId": "微信提供,在公众号后台的基本配置中获取",
"secret": "微信提供,在公众号后台的基本配置中获取",
"token": "微信提供,在公众号后台的基本配置中获取",
"aesKey": "微信提供,在公众号后台的基本配置中获取",
"templates": {
"业务类型": "微信模板id"
},
"msgTemps": {
"业务类型": "模板路径",
"EXAMPLE": "/template/example.msg"
},
"routes": {
"scan": {
"url": "业务网址"
},
"subscribe": {
"url": "业务网址"
},
"menu": {
"url": "业务网址"
},
"content": {
"自定义消息1": {
"text": "业务消息"
},
"自定义消息2": {
"url": "业务网址"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/homeleaf/wechat_api_gateway.git
git@gitee.com:homeleaf/wechat_api_gateway.git
homeleaf
wechat_api_gateway
微信API网关
master

搜索帮助