import { usePost, stringify } from "@/.cool"; export function loginApi(params) { return usePost<any, any>(`/oauth/token?${stringify(params)}`) }