This commit is contained in:
Max 2023-03-03 15:56:36 +08:00
parent 9649a1d234
commit 5edc9e809f

View file

@ -42,7 +42,7 @@ func processUpload(process *gou.Process) interface{} {
}
err = jsoniter.Unmarshal(data, &tmpfile)
if err != nil {
if err != nil {
exception.New("上传文件参数错误 %s %v", 400, err.Error(), process.Args[0]).Throw()
}