mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	完善异常输出
This commit is contained in:
		| @ -306,7 +306,7 @@ public abstract class AbstractWxMpServiceImpl<H, P> implements WxMpService, Requ | ||||
|  | ||||
|       if (error.getErrorCode() != 0) { | ||||
|         this.log.error("\n【请求地址】: {}\n【请求参数】:{}\n【错误信息】:{}", uriWithAccessToken, data, error); | ||||
|         throw new WxErrorException(error); | ||||
|         throw new WxErrorException(error, e); | ||||
|       } | ||||
|       return null; | ||||
|     } catch (IOException e) { | ||||
| @ -397,7 +397,7 @@ public abstract class AbstractWxMpServiceImpl<H, P> implements WxMpService, Requ | ||||
|   } | ||||
|  | ||||
|   @Override | ||||
|   public WxMpShakeService getShakeService(){ | ||||
|   public WxMpShakeService getShakeService() { | ||||
|     return this.shakeService; | ||||
|   } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang