JM-WechatMini/model/example/response/exa_file_upload_download.go
2023-11-02 04:34:46 +08:00

8 lines
135 B
Go

package response
import "miniapp/model/example"
type ExaFileResponse struct {
File example.ExaFileUploadAndDownload `json:"file"`
}