Browse Source

上传文件参数

tiger1103 4 năm trước cách đây
mục cha
commit
0fbee4c1ee
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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"`
 	Ctx       context.Context `swaggerignore:"true"`
 	OrderBy   string          //排序方式
 	OrderBy   string          //排序方式
 }
 }
+
+type UpFile struct { 
+	Name string `json:"name"` 
+	Url string `json:"url"` 
+	Uid uint64 `json:"uid"` 
+ }