guhongwei 4 years ago
parent
commit
fabf2f48aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/controller/.channel.js

+ 2 - 2
app/controller/.channel.js

@@ -20,7 +20,7 @@ module.exports = {
     parameters: {
       query: {
         user_id: "user_id",
-        title: "title",
+        title: "%title%",
         desc: "desc",
         type: "type",
         orgin: "orgin",
@@ -37,6 +37,6 @@ module.exports = {
   },
   login: {
     requestBody: ["!room_id", "passwd"],
-    service: 'login'
+    service: "login",
   },
 };