|
@@ -93,8 +93,8 @@ public abstract class AbstractRequest<T extends WxResponseJson, K, V> {
|
|
|
this.requestTotal++;
|
|
|
this.request();
|
|
|
} else {
|
|
|
- log.info("error_code:" + jsonEntity.getErrcode() + ";err_message:" + jsonEntity.getErrmsg()
|
|
|
- + ";weixin_json:" + jsonEntity.getWeixin_json());
|
|
|
+ log.error("error_code:{};err_message:{};weixin_json:{}", jsonEntity.getErrcode(), jsonEntity.getErrmsg(),
|
|
|
+ jsonEntity.getWeixin_json());
|
|
|
throw new StatusException("无法获取openId");
|
|
|
}
|
|
|
}
|