Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileInfo ¶
type FileInfo struct { FileID uint `json:"file_id,omitempty"` // Uin 用户ID Uin uint `json:"uin,omitempty"` // URL 文件访问地址 URL string `json:"url,omitempty"` // Filename 原始文件名 Filename string `json:"filename,omitempty"` }
FileInfo file info
type UploadImageResponse ¶
type UploadImageResponse struct { apiobj.BaseResponse Response FileInfo }
Click to show internal directories.
Click to hide internal directories.