Showing
1 changed file
with
13 additions
and
0 deletions
@@ -28,6 +28,19 @@ module.exports = { | @@ -28,6 +28,19 @@ module.exports = { | ||
28 | {name: "templateName", type: "String"}, | 28 | {name: "templateName", type: "String"}, |
29 | {name: "modules", type: "String"} | 29 | {name: "modules", type: "String"} |
30 | ] | 30 | ] |
31 | + }, | ||
32 | + | ||
33 | + saveShopsDecorator:{ | ||
34 | + title:"店铺装修详情保存", | ||
35 | + url:"/sellerShopsDecoratorRest/saveShopsDecorator", | ||
36 | + params:[ | ||
37 | + {name: 'shopsId', type: 'Number'}, | ||
38 | + {name: 'submitStatus', type: 'Number'}, | ||
39 | + {name: 'platform', type: 'String'}, | ||
40 | + {name: 'platformType', type: 'Number'}, | ||
41 | + {name: 'templateType', type: 'String'}, | ||
42 | + {name: 'resources', type: 'String'} | ||
43 | + ] | ||
31 | } | 44 | } |
32 | } | 45 | } |
33 | } | 46 | } |
-
Please register or login to post a comment