Commit 879500bc authored by liugaoling's avatar liugaoling

authorization

parent 4571a879
...@@ -11,5 +11,5 @@ func main() { ...@@ -11,5 +11,5 @@ func main() {
authRequestInfo.Account = "wln" authRequestInfo.Account = "wln"
authRequestInfo.Name = "wln/apple" authRequestInfo.Name = "wln/apple"
authRequestInfo.Service = "wln" authRequestInfo.Service = "wln"
utils.HttpAuth(authRequestInfo) utils.HttpAuth(*authRequestInfo)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment