This commit is contained in:
邹宗楠
2024-03-27 13:55:11 +08:00
parent 191acdd13e
commit ef3d065f75
11 changed files with 58 additions and 31 deletions

View File

@@ -168,3 +168,7 @@ func (t *Object2222) getParam(key string) int {
defer t.RUnlock()
return t.Clients[key]
}
func TestGetSkuList(t *testing.T) {
api.AuerySkuInfoList(0, 100)
}