v5pay2
This commit is contained in:
@@ -47,10 +47,6 @@ public class V5PayService {
|
||||
log.info("v5pay-post :{}", jsonString);
|
||||
String resultBody = HttpUtils.doPostForJson(v5PayConfig.getCreateUrl(), jsonString);
|
||||
log.info("V5PayService.createOrder resultBody:{}" , resultBody);
|
||||
JSONObject jsonObject = JSON.parseObject(resultBody);
|
||||
Map<String, Object> resultObject = convertJsonToMapExcludeSign(jsonObject);
|
||||
String responseSign = signature(buildPlainText(resultObject));
|
||||
log.info("V5PayService.createOrder responseSign:{}" , responseSign);
|
||||
return JSONObject.parseObject(resultBody, V5PayResponseVo.class);
|
||||
} catch (Exception e) {
|
||||
log.error("V5PayService.createOrder:e:{}", e);
|
||||
|
Reference in New Issue
Block a user