Finish the download archive feature.

This commit is contained in:
zicla
2019-05-01 19:53:20 +08:00
parent adf4b9ea5a
commit 5dd0fec953
26 changed files with 492 additions and 255 deletions

View File

@ -26,7 +26,7 @@ func (this *BaseBean) Cleanup() {
//处理错误的统一方法 可以省去if err!=nil 这段代码
func (this *BaseBean) PanicError(err error) {
util.PanicError(err)
core.PanicError(err)
}
//能找到一个user就找到一个