first commit
This commit is contained in:
7
api/req/fileModel.go
Normal file
7
api/req/fileModel.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package req
|
||||
|
||||
// UploadAppAttachModel 上传文件请求模型
|
||||
type UploadAppAttachModel struct {
|
||||
// 文件base64编码内容
|
||||
FileData string `json:"fileData" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user