turbo.tools公众号

POM配置

    
            com.bm.tools
            bm-mp
            0.0.1
    

配置包扫描

"com.bm.weixin"或"com.bm.weixin.mediaplatformutils"
@ComponentScan({"com.bm.weixin"})

参数配置

  • wechat.appId 公众号appid
  • wechat.secret 公众号secret
  • wechat.token 公众号token
  • wechat.aesKey 公众号aesKey
    wechat:
         appid: wx64b2ac6f8ef5b733
         secret: xxxx
         token: xxx
         aesKey: xxx
    

你可能感兴趣的:(turbo.tools公众号)