|
@@ -1,6 +1,6 @@
|
|
|
module.exports = {
|
|
|
create: {
|
|
|
- requestBody: ['reward_day', 'title', 'config', 'agree', 'bottom_title', 'bottom_menu','leader_rule'],
|
|
|
+ requestBody: ['reward_day', 'title', 'config', 'agree', 'bottom_title', 'bottom_menu','leader'],
|
|
|
},
|
|
|
destroy: {
|
|
|
params: ['!id'],
|
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
},
|
|
|
update: {
|
|
|
params: ['!id'],
|
|
|
- requestBody: ['reward_day', 'title', 'config', 'agree', 'bottom_title', 'bottom_menu','leader_rule'],
|
|
|
+ requestBody: ['reward_day', 'title', 'config', 'agree', 'bottom_title', 'bottom_menu','leader'],
|
|
|
},
|
|
|
show: {
|
|
|
parameters: {
|