2023-02-23 18:07:43 +08:00
|
|
|
package sso
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestLoginUrl(t *testing.T) {
|
2023-06-20 14:30:38 +08:00
|
|
|
t.Log(GetLoginUrl("stat.gaore.com.hk", "http://stat.gaore.com.hk/web/user/login"))
|
2023-02-23 18:07:43 +08:00
|
|
|
}
|
2023-03-16 20:15:17 +08:00
|
|
|
|
|
|
|
func TestClient_CodeAuth(t *testing.T) {
|
|
|
|
}
|