fix retun bug

This commit is contained in:
Max 2021-10-12 12:22:55 +08:00
parent 4a62d5cc2c
commit 488a6cfb97

View file

@ -114,7 +114,7 @@ func processGetToken(process *gou.Process) interface{} {
res := any.Of(response.Credentials).Map()
res.Set("Endpoint", app.Endpoint)
return res
return res.MapStrAny
}
// processGetURL 返回文件CDN地址