返回 Social Auto Upload
user.js
根目录 / sau_frontend / src / api / user.js
1 import { http } from '@/utils/request'
2
3 // 用户相关API(预留)
4 // 注意:当前后端暂无用户认证接口,以下为预留定义
5 export const userApi = {}
6
6 lines JAVASCRIPT