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