src/axios/api.js
@@ -528,6 +528,16 @@ return post('/user/cash/getMessagelist.do', options) } // 获取未读消息数 export function getUnreadCount(options) { return post('/user/cash/getUnreadCount.do', options || {}) } // 更新消息状态为已读 export function updateMessageStatus(options) { return post('/user/cash/updateMessageStatus.do', options || {}) } // 分仓交易-获取我的配资持仓单 export function getFundsOrderList(options) { return post('/user/funds/fundsList.do', options)