|
@@ -1,6 +1,6 @@
|
|
|
module.exports = {
|
|
|
create: {
|
|
|
- requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id"],
|
|
|
+ requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id","queid","isque"],
|
|
|
},
|
|
|
destroy: {
|
|
|
params: ["!id"],
|
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
},
|
|
|
update: {
|
|
|
params: ["!id"],
|
|
|
- requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id"],
|
|
|
+ requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id","queid","isque"],
|
|
|
},
|
|
|
show: {
|
|
|
parameters: {
|
|
@@ -29,7 +29,9 @@ module.exports = {
|
|
|
starttime: "starttime",
|
|
|
endtime: "endtime",
|
|
|
stream_id: "stream_id",
|
|
|
- ishis: "ishis"
|
|
|
+ ishis: "ishis",
|
|
|
+ queid: "queid",
|
|
|
+ isque: "isque"
|
|
|
},
|
|
|
},
|
|
|
service: "query",
|