feat: update
This commit is contained in:
@@ -84,3 +84,14 @@ func TestClient_AuthorizeUserInfo(t *testing.T) {
|
||||
t.Logf("user: %+v", user)
|
||||
})
|
||||
}
|
||||
|
||||
func Test_GetJsTicket(t *testing.T) {
|
||||
Convey("Test GetJsTicket", t, func() {
|
||||
token := ""
|
||||
ticket, err := getClient().GetJSTicket(token)
|
||||
So(err, ShouldBeNil)
|
||||
So(ticket, ShouldNotBeEmpty)
|
||||
|
||||
t.Log("Js Ticket:", ticket)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user