Commit dc3ce784 authored by suntao's avatar suntao

推送记录 状态转换

parent 06304888
......@@ -73,6 +73,8 @@ public class OrderUtil {
return new Tuple(kaNoticeType, "存管提现成功");
case "FUND_FAIL" :
return new Tuple(kaNoticeType, "放款失败");
case "REPAYMENT" :
return new Tuple(kaNoticeType, "还款成功");
case "ALL_REPAID" :
return new Tuple(kaNoticeType, "已结清");
case "CANCEL_LOAN" :
......
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