京东商城新增分类
This commit is contained in:
@@ -7,13 +7,13 @@ import (
|
||||
func TestCreateShopCategory(t *testing.T) {
|
||||
var CreateShopCategoryParams = []*CreateShopCategoryParam{
|
||||
&CreateShopCategoryParam{
|
||||
HomeShow: 0,
|
||||
ID: 0,
|
||||
HomeShow: "0",
|
||||
ID: "0",
|
||||
Open: "",
|
||||
OrderNo: 0,
|
||||
OrderNo: "0",
|
||||
ParentID: "",
|
||||
Title: "测试1",
|
||||
Type: 3,
|
||||
Type: "3",
|
||||
},
|
||||
}
|
||||
api.CreateShopCategory(CreateShopCategoryParams)
|
||||
|
||||
Reference in New Issue
Block a user