String responseContent = com.xl.lottery.pay.saofubao.Util.doPostRequest(payInfo.getReqUrl(), sfb1);
System.out.println("<br/><br/>请求地址:" + payInfo.getReqUrl());
System.out.println("<br/><br/>请求结果:" + responseContent);
System.out.println("请求结果:" + responseContent);
Map respMap = JSON.parseObject(responseContent, Map.class);
if(respMap.get("code").equals("200")) {
}
else {
System.out.println("<br/><br/>验签结果:失败");
}
msg等于200成功之后该怎么写跳转到支付url的页面
添加回答
举报
0/150
提交
取消