...
|
...
|
@@ -28,6 +28,19 @@ module.exports = { |
|
|
{name: "templateName", type: "String"},
|
|
|
{name: "modules", type: "String"}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
saveShopsDecorator:{
|
|
|
title:"店铺装修详情保存",
|
|
|
url:"/sellerShopsDecoratorRest/saveShopsDecorator",
|
|
|
params:[
|
|
|
{name: 'shopsId', type: 'Number'},
|
|
|
{name: 'submitStatus', type: 'Number'},
|
|
|
{name: 'platform', type: 'String'},
|
|
|
{name: 'platformType', type: 'Number'},
|
|
|
{name: 'templateType', type: 'String'},
|
|
|
{name: 'resources', type: 'String'}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|