API说明

请求方式: POST

'post' www.okjr666.com/api

参数 必选 类型 例子 说明
token string 接口凭证
name string 李三 申请人姓名
money int 50 申请贷款金额 单位(万) 小于999 小数点后最多两位
loan_time int 48 贷款时长 单位(月) 两位整数
sex int 1 姓别 (1男 2女)
phone int 13588888888 11位手机号
age int 36 年龄 两位整数
city string 东莞 所在城市
birth_year int 1997 出生年
birth_month int 12 出生月
household int 1 户口 (1本地 2外地)
loan_type int 1 贷款类型 (1信用贷款 2抵押贷款)
profession int 1 职业身份 (1上班族 2企业主 3个体户 4无固定职业)
house string 1-5-6 房产 多选(0无房产 1商品住宅 2商铺 3办公楼 4厂房 5宅基地自建房 6别墅)
car int 2 名下私车 (1有 0没有 2有但已被抵押)
license_plate string 粤B 牌照归属地
car_invoice int 300000 裸车发票价 单位元
credit_card int 1 是否有信用卡 (1有 0没有)
have_loan int 1 是否贷款过 (1有 0没有)
is_trust int 1 信用情况 (1信用记录良好 2少数逾期 3严重逾期)
buy_insurance int 1 是否购买保险 (1有 0没有)
buy_insurance_time int 24 保险生效时长 (月份数)
have_webank int 1 是否有微粒贷 (1有 0没有)
education int 1 教育水平 (1中专/高中及以下 2大专 3本科 4硕士及以上)
marriage int 1 婚姻情况 (1未婚 2已婚无子女 3已婚有子女 4离异 5丧偶 6其他)
needs_time int 60 需要用钱时间 (天数)
loan_use text 消费贷购车 贷款用途

职业身份为上班族

参数 必选 类型 例子 说明
wages_type int 1 工资发放形式 (上班族 1银行卡发放 2部分现金部分银行止 3现金发放)
card_pay int 10000 银行卡发放数 (发放金额 单位元)
cash_pay int 10000 现金发放数 (发放金额 单位元)
service_years int 24 现公司工作时间 (月份数)
company_type string 公安机关 公司类型
social_security int 1 社保情况 (1公司缴纳 2个人缴纳 0无社保)
social_security_time int 12 社保缴纳时长 (月份数)
accumulation_fund int 1 本地公积金 (1有 0没有)
accumulation_fund_time int 12 公积金缴纳时长 (月份)

职业身份为企业主

参数 必选 类型 例子 说明
company_reg_place int 1 公司注册地 (1本地 2外地)
company_reg_year int 2016 公司创建年份
company_reg_month int 12 公司创建月份
equity_ratio int 100 占股比例 (百分比)
public_account int 600000 近6个月公司对公账户月平均流水 (金额 单位元)
individual_account int 600000 近6个月个人银行卡月均流水 (金额 单位元)

职业身份为个体户

参数 必选 类型 例子 说明
self_employed_reg_place int 1 个体户经营所在地 (1本地 2外地)
business_license int 1 是否有营业执照 (1有 0没有)
individual_account int 60000 近6个月个人银行卡月均流水 (金额 单位元)

职业身份为无固定职业

参数 必选 类型 例子 说明
wages_type int 1 工资发放形式 (上班族 1银行卡发放 2部分现金部分银行止 3现金发放)
card_pay int 10000 银行卡发放数 (发放金额 单位元)
cash_pay int 10000 现金发放数 (发放金额 单位元)

有商品房

参数 必选 类型 例子 说明
full_pay_or_mortgage int 1 商品房是否有贷款(1全款 2按揭)
house_year int 5 商品房房龄 (年份)
house_acreage int 93 商品房面积 (单位平方)
house_value int 200 商品房价格 (单位万)

有宅基地自建房

参数 必选 类型 例子 说明
for_rent int 1 自建房是否有出租(1有 0没有)
     
{
    "token":"",
    "name":"曹生",
    "money":"50",
    "loan_time":"48",
    "sex":1,
    "phone":1,
    "age":36,
    "city":"东莞",
    "birth_year":"1998",
    "birth_month":"12",
    "household":"1",
    "loan_type":"1",
    "profession":"1",
    "house":"1-5-6",
    "car":"1",
    "license_plate":"粤B",
    "car_invoice":"300000",
    "credit_card":"1",
    "have_loan":"1",
    "is_trust":"1",
    "buy_insurance":"1",
    "buy_insurance_time":"24",
    "have_webank":"1",
    "education":"3",
    "marriage":"2",
    "needs_time":"60",
    "loan_use":"消费贷购车",
},

{
    "wages_type":"1",
    "card_pay":"10000",
    "cash_pay":"10000",
    "service_years":"24",
    "company_type":"国企",
    "social_security":"1",
    "social_security_time":"24",
    "accumulation_fund":"1",
    "accumulation_fund_time":"12",
},

{
    "company_reg_place":"1",
    "company_reg_year":"2016",
    "company_reg_month":"12",
    "equity_ratio":"80",
    "public_account":"180000",
    "individual_account":"58000",
},

{
    "self_employed_reg_place":"1",
    "business_license":"1",
    "individual_account":"58000",
},

{
    "wages_type":"1",
    "card_pay":"10000",
    "cash_pay":"15000",
},

{
    "full_pay_or_mortgage":"1",
    "house_year":"5",
    "house_acreage":"93",
    "house_value":"200"
},

{
    "for_rent":"1"
}

你可能感兴趣的:(API说明)