Archived
优化代码
This commit is contained in:
@@ -63,6 +63,6 @@ func (this *ImageAction) RunGet(params struct {
|
||||
if chunkResp.FileChunk == nil {
|
||||
continue
|
||||
}
|
||||
this.Write(chunkResp.FileChunk.Data)
|
||||
_, _ = this.Write(chunkResp.FileChunk.Data)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user