lrf402788946 4 years ago
parent
commit
a79d911965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/.liveroom.js

+ 1 - 1
app/controller/.liveroom.js

@@ -46,7 +46,7 @@ module.exports = {
     },
   },
   personcount: {
-    requestBody: ["!teacherid", "teacher", "!studentid", "student"],
+    requestBody: ["number", "name", 'userid'],
     service: "personcount",
   },
 };