aa
This commit is contained in:
@@ -48,9 +48,7 @@ func TestSkuGetItemsByCategoryId(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSkuList(t *testing.T) {
|
||||
result, err := api.SkuList(testShopID, &SkuListParams{
|
||||
SkuID: 156411107107487,
|
||||
})
|
||||
result, err := api.SkuList("667544", &SkuListParams{})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user