|
|
@ -83,6 +83,7 @@ public class WeChatPayH5Processor extends IChannelPayService { |
|
|
put("type", h5InfoType); |
|
|
put("type", h5InfoType); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|
|
|
log.error("请求参数:{}", reqParams); |
|
|
JSONObject result = wxPayV3Util.doPostWeiXinV3(WXPayV3Util.api_v3_h5_placeAnOrder_url, JSONUtil.toJsonStr(reqParams)); |
|
|
JSONObject result = wxPayV3Util.doPostWeiXinV3(WXPayV3Util.api_v3_h5_placeAnOrder_url, JSONUtil.toJsonStr(reqParams)); |
|
|
if (ObjectUtil.isNull(result.get("h5_url"))) { |
|
|
if (ObjectUtil.isNull(result.get("h5_url"))) { |
|
|
throw new BizException("微信支付下单失败,请检查配置"); |
|
|
throw new BizException("微信支付下单失败,请检查配置"); |
|
|
|