bug
This commit is contained in:
parent
41bf52b5bf
commit
c52b006879
@ -76,7 +76,7 @@ public class FyPayServiceImpl implements FyPayService {
|
||||
// 请求报文
|
||||
String reqBody = Message.requestMsg(map);
|
||||
// 响应报文
|
||||
String rspXml = Message.responseMsg(reqBody,Const.fuiou_24_url);
|
||||
String rspXml = Message.responseMsg(reqBody,Const.fuiou_31_url);
|
||||
|
||||
//响应报文验签
|
||||
Map<String, String> resMap = Utils.xmlStr2Map(rspXml);
|
||||
|
Loading…
Reference in New Issue
Block a user