Browse Source

专家id可以为空

guhongwei 3 years ago
parent
commit
8c7ab2e81d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/.achieve_expert.js

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

@@ -1,7 +1,7 @@
 module.exports = {
   create: {
     requestBody: [
-      "!expert_user_id",
+      "expert_user_id",
       "expert_name",
       "phone",
       "password",