|
|
@@ -1073,7 +1073,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
orderDon.setShopId(null);
|
|
|
}
|
|
|
String appId = params.get("app_id");
|
|
|
- log.info("支付回调,zfb_app_id:{}", appId);
|
|
|
+ log.info("支付回调,parms,:{},zfb_app_id:{}", Jsons.toJson(params), appId);
|
|
|
boolean signVerified = AlipaySignature.rsaCheckV1(params, shopConfigMapper.getByAppId(appId).getPublicKey(), BaseZfbConfig.charset, BaseZfbConfig.signType);
|
|
|
if (!signVerified) {
|
|
|
log.error("支付宝回调校验签名错误,自定义入参:{}", params.get("body"));
|