aeee1e2
1
2
3
4
5
6
7
import request from './axios' export const api = async (data: object): Promise<any> => { return await request({ ...data, }) }