import { http } from '@/utils/http/axios'; export const getAuthValid = () => { return http.request({ url: '/onplay/justAuth', method: 'get', }); };