Built in inbound message endpoint - Hippoom/wechat-mp-starter GitHub Wiki

The starter provides a built-in HTTP endpoint to handle inbound message. The endpoint handles authentication and asks WxMpMessageRouter to dispatch common messages and event based messages.

You need to provide token in the application{-profile}.properties or application{-profile}.yml

    wechat:
      mp:
        appId: your-app-id
        appSecret: your-app-secret
        token: your-token

You can put this http(s)://{your-host}:{your-port}//wechat/mp/webhooks/messaging URI on your WeChat MP admin console.