wujinfeng / gongzhonghao

微信公众号

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gongzhonghao

微信公众号

在config添加微信配置文件 wxConfig.js

// 微信配置
 const wxConfig = {
     AppID: 'dfgdfgd',
     AppSecret: 'dfgdfgd23',
     token: 'wujinfeng',     // 公众号token
     accessTokenUrl: function () {
         return `https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${this.AppID}&secret=${this.AppSecret}`
     }
 };

 module.exports = wxConfig; 

About

微信公众号

License:MIT License


Languages

Language:JavaScript 88.7%Language:HTML 11.3%