This commit is contained in:
邹宗楠
2025-05-13 16:20:47 +08:00
parent 4336a475c6
commit 2ccbeb29e4
5 changed files with 56 additions and 24 deletions

View File

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