1
This commit is contained in:
@@ -18,7 +18,7 @@ func TestCancelOrder(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestOrderGet(t *testing.T) {
|
||||
result, err := api.OrderGet("4042556041071971860")
|
||||
result, err := api.OrderGet("4073360274750788248")
|
||||
products := result["products"].([]interface{})[0].([]interface{})
|
||||
for _, product2 := range products {
|
||||
product := product2.(map[string]interface{})
|
||||
|
||||
@@ -372,5 +372,5 @@ func TestDeleteSku(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCategoryAttrValueList(t *testing.T) {
|
||||
api.CategoryAttrValueList(201220238, "666667")
|
||||
api.CategoryAttrValueList(201232923, "666667")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user