|
@@ -545,7 +545,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
|
|
|
return WxPayNotifyResponse.fail("");
|
|
|
}
|
|
|
} catch (WxPayException e) {
|
|
|
- logger.error("zyp \n【转账回调异常】:{}", e.getReturnMsg());
|
|
|
+ logger.error("zyp \n【转账回调异常】:{}", e.getReturnMsg(),e);
|
|
|
return WxPayNotifyResponse.fail(e.getMessage());
|
|
|
}
|
|
|
}
|