1
This commit is contained in:
@@ -13,10 +13,10 @@ import (
|
|||||||
|
|
||||||
// 测试添加分类
|
// 测试添加分类
|
||||||
func TestRetailCatUpdate(t *testing.T) {
|
func TestRetailCatUpdate(t *testing.T) {
|
||||||
err := api.RetailCatUpdate("12663480", "测试2底料", &Param4UpdateCat{
|
err := api.RetailCatUpdate("17250949", "火腿罐头", &Param4UpdateCat{
|
||||||
CategoryNameOrigin: "",
|
CategoryNameOrigin: "",
|
||||||
CategoryCodeOrigin: "",
|
CategoryCodeOrigin: "",
|
||||||
CategoryCode: "45",
|
CategoryCode: "",
|
||||||
Sequence: 0,
|
Sequence: 0,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ type AlibabaRetailMarketingItemdiscountActivityCreateItemDiscountActivityOperate
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
活动创建者name */
|
活动创建者name */
|
||||||
CreatorName *string `json:"creatdeor_name,omitempty" `
|
CreatorName *string `json:"creator_name,omitempty" `
|
||||||
|
|
||||||
/*
|
/*
|
||||||
活动描述 */
|
活动描述 */
|
||||||
|
|||||||
Reference in New Issue
Block a user