/** * 中航信托线下转账还款通知-新增申请信息 */ import ApiModel from '@/utils/core/apiModel' export default options => { // 接口地址: required const api = 'server/zhPaymentNoticeModifyReq' return new ApiModel({ api, request(body) { return this.post(body) } }) }