This commit is contained in:
邹宗楠
2025-12-10 10:55:50 +08:00
parent ee4b2859bb
commit ad4ad6bbf8
8 changed files with 243 additions and 10 deletions

View File

@@ -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{})

View File

@@ -372,5 +372,5 @@ func TestDeleteSku(t *testing.T) {
}
func TestCategoryAttrValueList(t *testing.T) {
api.CategoryAttrValueList(201220238, "666667")
api.CategoryAttrValueList(201232923, "666667")
}