字段 | 类型 | 是否索引 | 是否可以为空 | 默认值 | 是否自增 | 备注 |
---|---|---|---|---|---|---|
id | uint | N | Y | Y | ||
created_at | Time | N | Y | N | ||
updated_at | Time | N | Y | N | ||
deleted_at | Time | N | Y | N | ||
jinjian_id | string | Y | Y | N | 系统编号 | |
name | string | N | Y | N | 姓名 | |
id_card | string | N | Y | N | 身份证号 | |
id_card_place | string | N | Y | N | 身份证归属地 | |
id_card_ck_result | string | N | Y | N | 身份证姓名匹配结果 | |
cellphone | string | N | Y | N | 手机号 | |
string | N | Y | N | 电子邮箱 | ||
we_chat | string | N | Y | N | 微信号 | |
sex | string | N | Y | N | 性别 | |
marriage | string | N | Y | N | 婚姻状况 | |
children | string | N | Y | N | 子女情况 | |
education | string | N | Y | N | 教育程度 | |
loan_usage | string | N | Y | N | 贷款用途 | |
household_city | string | N | Y | N | 户籍地址 | |
address | string | N | Y | N | 家庭地址 | |
job | string | N | Y | N | 职业 | |
work_phone | string | N | Y | N | 工作电话 | |
work_department | string | N | Y | N | 工作部门 | |
first_work_time | string | N | Y | N | 首次工作时间 | |
monthly_income | string | N | Y | N | 月收入 | |
company_name | string | N | Y | N | 公司名称 | |
company_size | string | N | Y | N | 公司规模 | |
company_type | string | N | Y | N | 公司类型 | |
company_address | string | N | Y | N | 公司地址 | |
company_industry_category | string | N | Y | N | 公司行业 | |
house_type | string | N | Y | N | 房屋类型 | |
has_house | string | N | Y | N | 是否有房产 | |
has_house_loan | string | N | Y | N | 是否有房贷 | |
monthly_cost | string | N | Y | N | 住房月成本 | |
has_car | string | N | Y | N | 是否有车 | |
has_car_loan | string | N | Y | N | 是否有车贷 | |
is_union_sign | string | N | Y | N | 是否共签 | |
union_sign_relationship | string | N | Y | N | 共签关系 | |
union_sign_name | string | N | Y | N | 共签姓名 | |
union_sign_id_card | string | N | Y | N | 共签人身份证号 | |
union_sign_phone | string | N | Y | N | 共签人手机号 | |
contract_num | string | N | Y | N | 合同编号 |
url: /api/v1/approval/external/:approval_type/CreateOrUpdateApprovalInfo
method: POST
header:
{
SsoToken:"",
ApprovalType:""
}
req: {
"id":"",
"created_at":"",
"updated_at":"",
"deleted_at":"",
"jinjian_id":"",
"name":"",
"id_card":"",
"id_card_place":"",
"id_card_ck_result":"",
"cellphone":"",
"email":"",
"we_chat":"",
"sex":"",
"marriage":"",
"children":"",
"education":"",
"loan_usage":"",
"household_city":"",
"address":"",
"job":"",
"work_phone":"",
"work_department":"",
"first_work_time":"",
"monthly_income":"",
"company_name":"",
"company_size":"",
"company_type":"",
"company_address":"",
"company_industry_category":"",
"house_type":"",
"has_house":"",
"has_house_loan":"",
"monthly_cost":"",
"has_car":"",
"has_car_loan":"",
"is_union_sign":"",
"union_sign_relationship":"",
"union_sign_name":"",
"union_sign_id_card":"",
"union_sign_phone":"",
"contract_num":""
}