1
admin
2026-01-07 29f3a095dc58860849cdaa0b057b9fab495e5f6d
src/axios/api.js
@@ -444,6 +444,11 @@
  return post('/user/upload.do', options)
}
// 更新用户头像
export function updatePhoto(options) {
  return post('/api/user/updatePhoto.do', options)
}
// 查询点差费率
export function findSpreadRateOne(options) {
  return post('/api/user/findSpreadRateOne.do', options)
@@ -528,6 +533,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)