|
|
@@ -207,8 +207,7 @@ public class AliApi {
|
|
|
|
|
|
} else {
|
|
|
log.warn("AliPayConfig.processRefund ERROR Msg={}", response.getBody());
|
|
|
- JSONObject jsonObject = JSONObject.parseObject(response.getBody()).getJSONObject("alipay_trade_refund_response");
|
|
|
- refundReslut = jsonObject.getString("sub_msg");
|
|
|
+ refundReslut = "调用失败";
|
|
|
}
|
|
|
return refundReslut;
|
|
|
} catch (AlipayApiException e) {
|