...
|
...
|
@@ -10,14 +10,15 @@ |
|
|
{name: 'page', type: 'number'},
|
|
|
{name: 'size', type: 'number'},
|
|
|
{name: 'shopsId', type: 'number'},
|
|
|
{name: 'checkStatus', type: 'number'},
|
|
|
{name: 'checkStatus', type: 'number'},
|
|
|
{name: 'blkCheckStatus', type: 'number'},
|
|
|
{name: 'supplierId', type: 'number'},
|
|
|
{name: 'brandId', type: 'number'}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
closeShops:{
|
|
|
title:"关店",
|
|
|
title:"yoho关店",
|
|
|
url:"/ShopsRest/closeShops",
|
|
|
params: [
|
|
|
{name:"shopsId",type:"Number"}
|
...
|
...
|
@@ -25,12 +26,28 @@ |
|
|
},
|
|
|
|
|
|
openShops:{
|
|
|
title:"开店",
|
|
|
title:"yoho开店",
|
|
|
url:"/ShopsRest/openShops",
|
|
|
params: [
|
|
|
{name:"shopsId",type:"Number"}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
closeBlkShops:{
|
|
|
title:"blk关店",
|
|
|
url:"/ShopsRest/closeBlkShops",
|
|
|
params: [
|
|
|
{name:"shopsId",type:"Number"}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
openBlkShops:{
|
|
|
title:"blk开店",
|
|
|
url:"/ShopsRest/openBlkShops",
|
|
|
params: [
|
|
|
{name:"shopsId",type:"Number"}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
/*****************店铺装修详情*********************/
|
|
|
|
...
|
...
|
@@ -70,6 +87,40 @@ |
|
|
{name: 'shopsId', type: 'Number'},
|
|
|
{name: 'size', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
/*****************BLK店铺装修详情*********************/
|
|
|
|
|
|
findBlkShopsDecoratorDetail:{
|
|
|
title:"BLK店铺装修详情",
|
|
|
url:"/ShopsDecoratorRest/findBlkShopsDecoratorDetail",
|
|
|
params:[
|
|
|
{name: 'shopsId', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
saveBlkShopsDecorator:{
|
|
|
title:"保存BLK店铺装修信息",
|
|
|
url:"/ShopsDecoratorRest/saveBlkShopsDecorator",
|
|
|
params:[
|
|
|
{name: 'shopsId', type: 'Number'},
|
|
|
{name: 'platform', type: 'String'},
|
|
|
{name: 'templateName', type: 'String'},
|
|
|
{name: 'templateType', type: 'Number'},
|
|
|
{name: 'resources', type: 'String'},
|
|
|
{name: 'appType', type: 'Number'},
|
|
|
{name: 'submitStatus', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
findBlkProductByShopsId:{
|
|
|
title:"获取店铺下的BLK商品",
|
|
|
url:"/ShopsDecoratorRest/findBlkProductByShopsId",
|
|
|
params:[
|
|
|
{name: 'shopsId', type: 'Number'},
|
|
|
{name: 'productSkn', type: 'Number'},
|
|
|
{name: 'size', type: 'number'}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|