京东商城店内分类修改

This commit is contained in:
苏尹岚
2020-05-27 17:04:34 +08:00
parent 153b64ef9e
commit cbf0d89455
8 changed files with 78 additions and 28 deletions

View File

@@ -273,9 +273,14 @@ func TestUpOrDown(t *testing.T) {
func TestUpdateWare(t *testing.T) {
err := api.UpdateWare(&UpdateWareParam{
WareID: 14521014949,
Title: "大青菜1",
VenderID: 10374877,
WareID: 14545996691,
Title: "进口凤梨",
Features: []*CreateSkuParamFeatures{
&CreateSkuParamFeatures{
Key: "fdms",
Value: "1",
},
},
})
if err != nil {
t.Fatal(err)