13 lines
200 B
Go
13 lines
200 B
Go
package sso
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestLoginUrl(t *testing.T) {
|
|
t.Log(GetLoginUrl("stat.gaore.com.hk", "http://stat.gaore.com.hk/web/user/login"))
|
|
}
|
|
|
|
func TestClient_CodeAuth(t *testing.T) {
|
|
}
|