index.js 137 Bytes
Newer Older
水落(YangLei)'s avatar
水落(YangLei) committed
1 2 3 4 5
import { request, METHOD } from '@/utils';

export function getUserDetailInfoApi() {
    return request('/api/v1/detail', METHOD.GET);
}