爱尚家接口合并到cms-api.websoft.top

This commit is contained in:
2025-03-05 17:21:00 +08:00
parent 5a030d5a30
commit 2c77a45e5d
23 changed files with 202 additions and 94 deletions

View File

@@ -1,7 +1,7 @@
import http from './index.js';
// 获取用户资料
export const getUser = (params) => http.get('/auth/user', {params})
export const getUser = (params) => http.get('https://server.gxwebsoft.com/api/auth/user', {params})
// 修改用户资料
export const updateUser = (data) => http.put('/system/user', data)