|
@@ -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","queid","isque","otheid","shmaiid","zjr","switchzjr"],
|
|
|
+ requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id","queid","isque","otheid","shmaiid","zjr","switchzjr","price"],
|
|
|
},
|
|
|
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","queid","isque","otheid","shmaiid","zjr","switchzjr"],
|
|
|
+ requestBody: ["title","name", "type", "filedir", "url", "anchorid","username","status","content","starttime","endtime","adverts","isadvert","stream_id","ishis","file_id","queid","isque","otheid","shmaiid","zjr","switchzjr","price"],
|
|
|
},
|
|
|
show: {
|
|
|
parameters: {
|
|
@@ -33,7 +33,8 @@ module.exports = {
|
|
|
queid: "queid",
|
|
|
isque: "isque",
|
|
|
shmaiid: "shmaiid",
|
|
|
- switchzjr: "switchzjr"
|
|
|
+ switchzjr: "switchzjr",
|
|
|
+ price: "price"
|
|
|
},
|
|
|
},
|
|
|
service: "query",
|