Commit eeaadf32 by Li Feifei

取消限制

parent 3c271127
Pipeline #15672 passed with stages
in 31 seconds
......@@ -15,7 +15,7 @@ type (
RoomNum string `p:"room_num" v:"required#房间号不能为空"`
Name string `p:"name" v:"required#课件名称不能为空"`
Nickanem string `p:"nickname" v:"required#用户昵称不能为空"`
Type int `p:"type" v:"required|min:0|max:3#类型不能为空|类型只能1~3"`
Type int `p:"type"`
Url string `p:"url" v:"required#上传课件地址不能为空"`
Uuid string `p:"uuid" v:"required#上传者UUID不能为空"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment