测试代码
This commit is contained in:
@@ -50,3 +50,11 @@ func TestCBGetUserInfo(t *testing.T) {
|
||||
}
|
||||
t.Log(utils.Format4Output(userInfo, false))
|
||||
}
|
||||
|
||||
func TestCBGetTicketInfo(t *testing.T) {
|
||||
userInfo, err := api.CBGetTicketInfo()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(userInfo, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user