🆕 #2048 【开放平台】实现小商店的部分接口

This commit is contained in:
kelvenlaw
2021-07-03 21:06:02 +08:00
committed by GitHub
parent fb0460e1a1
commit eaa517359a
65 changed files with 3538 additions and 3 deletions

View File

@ -300,6 +300,7 @@ public abstract class BaseWxMaServiceImpl<H, P> implements WxMaService, RequestH
* @throws WxErrorException 异常
*/
protected String extractAccessToken(String resultContent) throws WxErrorException {
log.info("resultContent: " + resultContent);
WxMaConfig config = this.getWxMaConfig();
WxError error = WxError.fromJson(resultContent, WxType.MiniApp);
if (error.getErrorCode() != 0) {