String responseContent = com.xl.lottery.pay.saofubao.Util.doPostRequest(payInfo.getReqUrl(), sfb1);
System.out.println("<br/><br/>請求地址:" + payInfo.getReqUrl());
System.out.println("<br/><br/>請求結(jié)果:" + responseContent);
System.out.println("請求結(jié)果:" + responseContent);
Map respMap = JSON.parseObject(responseContent, Map.class);
if(respMap.get("code").equals("200")) {
}
else {
System.out.println("<br/><br/>驗(yàn)簽結(jié)果:失敗");
}
msg等于200成功之后該怎么寫跳轉(zhuǎn)到支付url的頁面
添加回答
舉報(bào)
0/150
提交
取消