Skip to content

Commit

Permalink
fix retun bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 12, 2021
1 parent 4a62d5c commit 488a6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfs/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -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地址
Expand Down

0 comments on commit 488a6cf

Please sign in to comment.