修改美团配送费

This commit is contained in:
邹宗楠
2022-03-01 17:59:43 +08:00
parent f4c41c6f92
commit 2d38ef4307
5 changed files with 18 additions and 13 deletions

View File

@@ -177,10 +177,10 @@ func TestCreateSku(t *testing.T) {
// AttrID: "160508",
// AttrValues: []string{"0.5"},
// }
attr4 := &CreateSkuParamAttrs{
AttrID: "140190",
AttrValues: []string{"730802"},
}
//attr4 := &CreateSkuParamAttrs{
// AttrID: "140190",
//AttrValues: []string{"730802"},
//}
// attr5 := &CreateSkuParamAttrs{
// AttrID: "1000022043",
// AttrValues: []string{"2515313135"},
@@ -192,7 +192,7 @@ func TestCreateSku(t *testing.T) {
// attrs = append(attrs, attr1)
// attrs = append(attrs, attr2)
// attrs = append(attrs, attr3)
attrs = append(attrs, attr4)
//attrs = append(attrs, attr4)
// attrs2 = append(attrs2, attr5)
// attrs3 = append(attrs3, attr6)
ware.MultiCateProps = attrs