Ver código fonte

上传文件参数

tiger1103 4 anos atrás
pai
commit
0fbee4c1ee
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      app/common/model/req.go

+ 6 - 0
app/common/model/req.go

@@ -12,3 +12,9 @@ type PageReq struct {
 	Ctx       context.Context `swaggerignore:"true"`
 	OrderBy   string          //排序方式
 }
+
+type UpFile struct { 
+	Name string `json:"name"` 
+	Url string `json:"url"` 
+	Uid uint64 `json:"uid"` 
+ }