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