y001j's picture
Upload 305 files
af9251e
raw
history blame contribute delete
No virus
134 Bytes
import request from './axios'
export const api = async (data: object): Promise<any> => {
return await request({
...data,
})
}