Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 461 Bytes

File metadata and controls

16 lines (12 loc) · 461 Bytes

微信自定义菜单更新工具

LICENSE: MIT

安装:

$ git clone git@github.com:GeekPark/wechatMenu.git $ cd wechatMenu && npm install

使用:

  1. $ cp ./token.js.example ./token.js 并修改成自己的 access_token
  2. $ npm start 选择下载 JSON
  3. 编辑下载下来的menu.json
  4. $ npm start 并选择上传

(token can be fetched using Rails.cache.fetch('wechat_access_token'))