Nodejs微信接口

时间:2023-03-09 19:47:20
Nodejs微信接口

代码重要部分都已详细注释,test.js为实例,如果启动url请求,那么程序默认对json格式数据友好,如果有特殊需要,请自行修改返回数据的处理格式 大概功能简介为下:

  • this._token 提供token接口
  • this._getURL 提供get请求的url接口
  • this._getPort 提供get请求url的端口接口
  • this._message 提供静态响应消息的接口
  • this._user = []; 提供允许用户接入接口
  • app.listen 提供端口监听方法,此方法提供一个参数即端口号

地址:Click Me