haiwai-common-sdk-go/services/sso/client_test.go
2023-03-16 20:15:17 +08:00

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) {
}