guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
290d44a437
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/model/channel.js

+ 1 - 1
app/model/channel.js

@@ -18,7 +18,7 @@ const Channel = {
   sponsor: { type: String, required: false, maxLength: 200 }, // 主办方
   organizer: { type: String, required: false, maxLength: 200 }, // 承办方
   desc: { type: String, maxLength: 1000 }, // 简介
-  create_time: { type: String, required: true, maxLength: 200 }, // 创建时间
+  create_time: { type: String, required: false, maxLength: 200 }, // 创建时间
   image_path: { type: String, required: false }, // 图片路径
   videodata: { type: [ videos ], default: [] }, // vip用户
 };