| | |
| | | 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) |
| | |
| | | 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) |