Commit 2ff8bc28 authored by 鹿朋's avatar 鹿朋

申请结清证明

parent b4acf447
......@@ -68,6 +68,7 @@ public interface IOrderService{
/**
* 申请结清证明
* http://open.quantgroups.com/project/121/interface/api/3528
* @param loanId
* @return
*/
......@@ -75,6 +76,7 @@ public interface IOrderService{
/**
* 结清证明下载
* http://open.quantgroups.com/project/121/interface/api/3535
* @param loanId
* @return
*/
......
......@@ -476,7 +476,7 @@ public class OrderServiceImpl implements IOrderService {
ApplySettleResult result = new ApplySettleResult(true);
if (!iceResult.isCodeSuccess()) {
result.setResult(false);
return JsonResult.buildErrorStateResult("申请失败", result);
return JsonResult.buildErrorStateResult(iceResult.getMsg(), result);
} else {
return JsonResult.buildSuccessResult("申请成功", result);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment