|
|
|
@ -76,11 +76,11 @@ public class WeChatPayH5Processor extends IChannelPayService { |
|
|
|
reqParams.put("scene_info", new HashMap<String, Object>() { |
|
|
|
{ |
|
|
|
put("payer_client_ip", payerClientIp); |
|
|
|
} |
|
|
|
}); |
|
|
|
reqParams.put("h5_info", new HashMap<String, Object>() { |
|
|
|
{ |
|
|
|
put("type", h5InfoType); |
|
|
|
put("h5_info", new HashMap<String, Object>() { |
|
|
|
{ |
|
|
|
put("type", h5InfoType); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
log.error("请求参数:{}", reqParams); |
|
|
|
|