Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 308 Bytes

wechat-test-tool

微信公众平台开发本地调试工具

功能:模拟微信服务器给你的web程序发送消息,不需要公网ip,不需要80端口

使用:

  1. 安装python2
  2. 修改main.py头的配置值
  3. 修改__main__里的调用函数及参数值
  4. 运行main.py