java 中微信接口開發(fā)怎么在本地測試
You can try this open source project
http://www.oschina.net/p/weixin-java-tools
Doing local testing is actually very simple. You only need to map the access path to the external network. You can use ngrok, peanut shell and other tools for mapping. For example, your interface address is: http://127.0.0.1:8080/wx .do will be http://www.xxxx.com/wx.do after passing the mapping. When configuring the address in the background of the WeChat public account, fill in the mapped address to achieve local testing.
Hello, please refer to this http://www.cnblogs.com/codejackanapes/p/5468555.html
Use ngrok for external network mapping. Thank you for your attention