|
@@ -2,7 +2,7 @@ module.exports = {
|
|
// 添加分站信息
|
|
// 添加分站信息
|
|
"create": {
|
|
"create": {
|
|
"parameters": {
|
|
"parameters": {
|
|
- "requestBody": ["!name", "!site", "!domain", "banner", "!copyright", "theme", "!content", "remark"],
|
|
|
|
|
|
+ "requestBody": ["!name", "!site", "!domain", "banner", "!copyright", "theme", "!content"],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// 修改分站信息
|
|
// 修改分站信息
|
|
@@ -10,7 +10,7 @@ module.exports = {
|
|
"parameters": {
|
|
"parameters": {
|
|
"query": ["!site"],
|
|
"query": ["!site"],
|
|
},
|
|
},
|
|
- "requestBody": ["name", "domain", "banner", "copyright", "theme", "content", "remark"],
|
|
|
|
|
|
+ "requestBody": ["name", "domain", "banner", "copyright", "theme", "content"],
|
|
"options": {
|
|
"options": {
|
|
"projection": "+content",
|
|
"projection": "+content",
|
|
},
|
|
},
|