|
@@ -1,6 +1,6 @@
|
|
|
module.exports = {
|
|
|
create: {
|
|
|
- requestBody: ['school_id', 'title', 'time_start', 'time_end', 'status', 'brief', 'type', 'limit', 'refund_hour'],
|
|
|
+ requestBody: ['school_id', 'title', 'time_start', 'time_end', 'status', 'brief', 'type', 'limit', 'refund_hour', 'money'],
|
|
|
},
|
|
|
destroy: {
|
|
|
params: ['!id'],
|
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
},
|
|
|
update: {
|
|
|
params: ['!id'],
|
|
|
- requestBody: ['school_id', 'title', 'time_start', 'time_end', 'status', 'brief', 'type', 'limit', 'refund_hour'],
|
|
|
+ requestBody: ['school_id', 'title', 'time_start', 'time_end', 'status', 'brief', 'type', 'limit', 'refund_hour', 'money'],
|
|
|
},
|
|
|
show: {
|
|
|
parameters: {
|