lrf402788946 4 years ago
parent
commit
9b6baf5a40
2 changed files with 0 additions and 4 deletions
  1. 0 3
      app/controller/.trainlive.js
  2. 0 1
      app/model/trainlive.js

+ 0 - 3
app/controller/.trainlive.js

@@ -3,7 +3,6 @@ module.exports = {
     requestBody: [
       "title",
       "province",
-      "city",
       "place",
       "sponsor",
       "brief",
@@ -23,7 +22,6 @@ module.exports = {
     requestBody: [
       "title",
       "province",
-      "city",
       "place",
       "sponsor",
       "brief",
@@ -45,7 +43,6 @@ module.exports = {
       query: {
         title: "title",
         province: "province",
-        city: "city",
         place: "place",
         sponsor: "sponsor",
         brief: "brief",

+ 0 - 1
app/model/trainlive.js

@@ -19,7 +19,6 @@ const trainlive = {
   password: { type: String }, // 密码
   title: { type: String }, // 标题
   province: { type: String }, // 省份
-  city: { type: String }, // 城市
   place: { type: String }, // 市区
   sponsor: { type: String }, // 主办方
   brief: { type: String }, // 简介