修改access token自动刷新逻辑,避免循环递归调用 by hywr · Pull Request #2115 · binarywang/WxJava
sxc and others added 4 commits
taneg
commented
May 17, 2021
taneg commented
获取token报错不会进到重试
hywr
commented
May 18, 2021
hywr commented
Author
获取token报错不会进到重试
比如像 WxMaCodeService.getQrCode 这个方法,他要求第三方平台才可以调用,如果使用的是secrete获得的access token调用接口会报access token错误, 原先逻辑重新刷新 access toke再调用然后继续报access token错误,然后再刷新access token,一直循环...
taneg
commented
May 18, 2021
taneg commented
hywr
commented
May 18, 2021
hywr commented
Author
binarywang
merged commit
62a3931
into
binarywang:develop
binarywang
added this to the
4.1.0 milestone

