|
@@ -15,10 +15,10 @@ module.exports = {
|
|
|
update: {
|
|
|
params: ['!id'],
|
|
|
requestBody: [
|
|
|
- '!column_id',
|
|
|
- '!title',
|
|
|
- '!orgin',
|
|
|
- '!content',
|
|
|
+ 'column_id',
|
|
|
+ 'title',
|
|
|
+ 'orgin',
|
|
|
+ 'content',
|
|
|
'picture'
|
|
|
]
|
|
|
},
|
|
@@ -31,10 +31,10 @@ module.exports = {
|
|
|
index: {
|
|
|
parameters: {
|
|
|
query: {
|
|
|
- column_id : '!column_id',
|
|
|
- title : '!title',
|
|
|
- orgin : '!orgin',
|
|
|
- content : '!content',
|
|
|
+ column_id : 'column_id',
|
|
|
+ title : 'title',
|
|
|
+ orgin : 'orgin',
|
|
|
+ content : 'content',
|
|
|
picture : 'picture'
|
|
|
}
|
|
|
},
|