...
|
...
|
@@ -25,6 +25,14 @@ module.exports={ |
|
|
]
|
|
|
},
|
|
|
|
|
|
selectCategoryList:{
|
|
|
title:"店铺商品分类列表,仅用于装修页面,下拉选择商品分类场景",
|
|
|
url:"/ShopsSalesCategoryRest/selectCategoryList",
|
|
|
params:[
|
|
|
{name:"shopId",type:"Number"}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
insertShopsAndLinkCategory:{
|
|
|
title:"新增店铺销售类目",
|
|
|
url:"/ShopsSalesCategoryRest/insertShopsAndLinkCategory",
|
...
|
...
|
|