export interface UploadFileResponse { /** * 开发者服务器返回的数据 */ data: string; /** * 开发者服务器返回的 HTTP 状态码 */ statusCode: number; }