| | |
| | | return post('/api/site/getBannerByPlat.do', options) |
| | | } |
| | | |
| | | // 获取站点banner |
| | | export function getSiteBanner(options) { |
| | | return post('/api/user/getSiteBanner.do', options) |
| | | } |
| | | |
| | | // 公告列表 |
| | | export function getArtList(options) { |
| | | return post('/api/art/list.do', options) |
| | |
| | | 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) |