|
@@ -15,7 +15,7 @@ const CompanyidentifySchema = {
|
|
establish_date: { type: String, required: true, maxLength: 200 }, // 成立日期 必填
|
|
establish_date: { type: String, required: true, maxLength: 200 }, // 成立日期 必填
|
|
valid_period: { type: String, required: true, maxLength: 200 }, // 公司营业期限终止日期 "长期"表示为"29991231"
|
|
valid_period: { type: String, required: true, maxLength: 200 }, // 公司营业期限终止日期 "长期"表示为"29991231"
|
|
person: { type: String, required: true, maxLength: 200 }, // 法定代表人 必填
|
|
person: { type: String, required: true, maxLength: 200 }, // 法定代表人 必填
|
|
- status: { type: String, required: false, maxLength: 200, default: '0' }, // 认证状态,0-认证中,1-认证通过,2-认证失败
|
|
|
|
|
|
+ status: { type: String, required: false, maxLength: 200, default: '1' }, // 认证状态,0-认证中,1-认证通过,2-认证失败 改为默认认证通过
|
|
|
|
|
|
// business_license: { type: String, required: false, maxLength: 200 }, // 营业执照图片
|
|
// business_license: { type: String, required: false, maxLength: 200 }, // 营业执照图片
|
|
// establish_date: { type: String, required: false, maxLength: 200 }, // 成立日期
|
|
// establish_date: { type: String, required: false, maxLength: 200 }, // 成立日期
|