Commit 5859a542 by Li Feifei

debug

parent 7004a867
......@@ -35,7 +35,7 @@ func (this *UploadController) Post() {
this.newResponse(100, "参数绑定失败")
return
}
if u.RoomNum == "" || u.Uuid == "" || u.Url == "" || u.Type == 0 {
if u.RoomNum == "" || u.Uuid == "" || u.Url == "" {
this.newResponse(100, "参数不正确")
return
}
......
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