京东商城新增分类

This commit is contained in:
苏尹岚
2020-05-09 08:58:55 +08:00
parent 80d050b1c5
commit 9bf57342e8
4 changed files with 12 additions and 9 deletions

View File

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