Kick off tank 2.0

This commit is contained in:
zicla
2018-11-22 21:16:53 +08:00
parent 55124ed7e8
commit 90a0e04590
9 changed files with 470 additions and 4 deletions

View File

@ -424,6 +424,10 @@ func (this *AlienController) Download(writer http.ResponseWriter, request *http.
}
}
//缓存
//对图片做缩放处理。
imageProcess := request.FormValue("imageProcess")
if imageProcess == "resize" {