This commit is contained in:
suyl
2021-06-18 15:06:16 +08:00
parent 8a4c91c007
commit 8ce4c93c5f
8 changed files with 34 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ func TestCBGetTicketInfo(t *testing.T) {
}
func TestCBBatchgetMaterial(t *testing.T) {
userInfo, err := api.CBBatchgetMaterial(MaterialTypeNews, 19, 1)
userInfo, err := api.CBBatchgetMaterial(MaterialTypeThumb, 0, 1)
if err != nil {
t.Fatal(err)
}