import { http } from '~/utils/request' export const imApi = { getUserSig() { return http.post<string>('/im/userSign') }, }