Commit 4571a879 authored by liugaoling's avatar liugaoling

authorization

parent d2396678
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
func main() { func main() {
// utils.HttpLogin("lglhope", "123456789") // utils.HttpLogin("lglhope", "123456789")
var authRequestInfo &authz.AuthRequestInfo var authRequestInfo authz.AuthRequestInfo
authRequestInfo.Account = "wln" authRequestInfo.Account = "wln"
authRequestInfo.Name = "wln/apple" authRequestInfo.Name = "wln/apple"
authRequestInfo.Service = "wln" authRequestInfo.Service = "wln"
......
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