This commit is contained in:
suyl
2021-08-06 09:15:41 +08:00
parent 3d7d50294d
commit 879f966bf9
8 changed files with 292 additions and 2 deletions

View File

@@ -49,3 +49,11 @@ func TestGetStandardProductListWithCond(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestSetTokenPage(t *testing.T) {
err := api.SetTokenPage()
if err != nil {
t.Fatal(err)
}
//t.Log(utils.Format4Output(result, false))
}