fix retun bug
This commit is contained in:
parent
4a62d5cc2c
commit
488a6cfb97
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func processGetToken(process *gou.Process) interface{} {
|
||||||
|
|
||||||
res := any.Of(response.Credentials).Map()
|
res := any.Of(response.Credentials).Map()
|
||||||
res.Set("Endpoint", app.Endpoint)
|
res.Set("Endpoint", app.Endpoint)
|
||||||
return res
|
return res.MapStrAny
|
||||||
}
|
}
|
||||||
|
|
||||||
// processGetURL 返回文件CDN地址
|
// processGetURL 返回文件CDN地址
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue