Refine the checkUser api.

This commit is contained in:
zicla
2019-05-04 01:23:31 +08:00
parent a02eada324
commit 1f64d92dd2
11 changed files with 53 additions and 46 deletions

View File

@ -109,7 +109,7 @@ func (this *AlienService) PreviewOrDownload(
} else {
//判断文件的所属人是否正确
operator := this.findUser(writer, request)
operator := this.findUser(request)
//可以使用分享码的形式授权。
shareUuid := request.FormValue("shareUuid")