haiwai-common-sdk-go/services/sso/client_test.go

15 lines
335 B
Go
Raw Normal View History

2023-02-23 18:07:43 +08:00
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))
}
2023-03-16 20:15:17 +08:00
func TestClient_CodeAuth(t *testing.T) {
}