import http from "@/utils/request"; //demo export const isNewUser = () => { return http({ url:'/api/UserInfo/IsNewUser', method:'GET' }) }