15 lines
335 B
Go
15 lines
335 B
Go
package sso
|
|
|
|
import (
|
|
"golib.gaore.com/GaoreGo/haiwai-common-sdk-go/sdk/requests"
|
|
"testing"
|
|
)
|
|
|
|
func TestLoginUrl(t *testing.T) {
|
|
c, _ := NewClientWithAccessKey("stat.gaore.com.hk", "", "stat_gaore_com_hk")
|
|
t.Log(c.GetLoginUrl("http://stat.gaore.com.hk/web/user/login", requests.TEST))
|
|
}
|
|
|
|
func TestClient_CodeAuth(t *testing.T) {
|
|
}
|