package api import ( "testing" ) func TestSingleList(t *testing.T) { body := ListBody{ TagType: "0", Keyword: "", PageNum: 1, PageSize: 10, PersonType: 0, } list(body) }