Nodejs 微信接口介绍: 第一步: $ cd your_repo_root/node_wx $ npm install . $ forever or node index.js 项目默认运行在8080端口,其中有个叫`localhost:8080/wx/login`的接口,这个是post接口。该接口需要post两个参数一个是msg,一个是fakeid 文章介绍 在cnodejs.org中关于接口的介绍地址(上文):上文. 在cnodejs.org中关于接口的介绍地址(下文):下文.