springboot-weixin-mp

SpringBoot整合weixin-java-tools实现微信公众号登录授权

Stars
12

springboot-weixin-mp

SpringBootweixin-java-tools

https://ngrok.com ngrok

wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip

unzip ngrok-stable-windows-amd64.zip

ngrok authtoken 8TAZn4p5inht6MUKtkPzJ_6Amr8yEUYu6ZBndQ2CCKS

ngrok http 8080

ngrok by @inconshreveable                                                                               (Ctrl+C to quit)

Session Status                online
Account                        (Plan: Free)                                                                         Fo
rsion                       2.3.27                                                                                    Re
gion                        United States (us)                                                                        We
b Interface                 http://127.0.0.1:4040
Forwarding                    http://441aca54.ngrok.io -> http://localhost:8080
Forwarding                    https://441aca54.ngrok.io -> http://localhost:8080

Connections                   ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

8080441aca54.ngrok.io80https://441aca54.ngrok.io/wechat/authorize?returnUrl=http://baidu.com

https://github.com/wechat-group/WxJava

https://github.com/binarywang/weixin-java-mp-demo-springboot

Related Projects