3. 产品相关
准入
- 请求方式
POST
- 请求地址
"/Crapido/applwqy(/v3/product/apply)":
- 场景
获取跳转位置
请求参数
名称 类型 可选 注释 "module_id": string 否 模块id 固定值 1001 "position_id": string 否 位置 固定值 1000 "product_id": string 否 产品id "mn_id": string 干扰字段(969) - 返回结果
{ "data": { "result": 200, "url": "superp://sp.superpre.com/productDetail?product_id=1", //跳转的位置 "type": 0, "msg": "成功" }, "code": "00", "message": "成功" }
产品详情页
- 请求方式
POST
- 请求地址
"/Crapido/sdd(/v3/product/detail)":
- 场景
产品详情
请求参数
名称 类型 可选 注释 "product_id": string 否 产品id "amkd_ka": string 干扰字段(123) "makd_id": string 干扰字段(mid03) - 返回结果
{ "data": { "result": 200, "productDetail": { //产品信息 "amountArr": [750], //额度范围 "amount": 750, //金额 "termArr": ["91"], //借款期限 "amountDesc": "Importe del préstamo ($)", //借款金额文案 "termDesc": "Plazo del préstamo (días)", //借款期限文案 "id": "1", //产品id "productName": "Super Prestamo", //产品名称 "orderNo": "302021063003045300522743", //订单号 "orderId": 266561, //订单id "columnText": { //额度和费用信息 "tag1": { "title": "Importe del Préstamo", "text": "$ 750" }, "tag2": { "title": "Tasa de Interés", "text": "0.05%" } }, "buttonText": "APPLY", //按钮 "buttonUrl": "", "term": "91", "term_type": 1, "url": "http://47.89.212.157:8080/www.google.com?productId=1", "hotline": { "value": "+52 5525981300" }, "complaintUrl": "http://47.89.212.157:8080/#/complaint?productId=1" }, "userInfo": { //用户信息 "phone": "855123456", "idNumber": "CORM770627MDFNJA12", "name": "Ina Kumari" }, "verify": [{ //认证项 列表认证项顺序按照此字段值显示 后端可能会更改顺序 "title": "INE y verificación facial", //标题 "subtitle": "Please upgrade your identity", "type": 0, "url": "", "status": 1, //是否已完成 "statusName": "Certification", "taskType": "ver1", //类型 "canClick": 1, "optional": 0, "ifMust": 1, "canClickMessage": "Please complete the certifications in order", "log": "https://superp-app.oss-us-west-1.aliyuncs.com/certify/face_verify.png" //标题图片 }, { "title": "Información personal", "subtitle": "Please increase your personal information", "type": 0, "url": "", "status": 1, "statusName": "Certification", "taskType": "ver2", "canClick": 1, "ifMust": 1, "canClickMessage": "Please complete the certifications in order", "log": "https://superp-app.oss-us-west-1.aliyuncs.com/certify/personal_info.png" }, { "title": "Información del ingreso", "subtitle": "Please increase your personal information", "type": 0, "url": "", "status": 1, "statusName": "Certification", "taskType": "ver3", "canClick": 1, "ifMust": 1, "canClickMessage": "Please complete the certifications in order", "log": "https://superp-app.oss-us-west-1.aliyuncs.com/certify/income_info.png" }, { "title": "Información del contacto", "subtitle": "Please improve emergency contact information", "type": 0, "url": "", "status": 1, "statusName": "Certification", "taskType": "ver4", "canClick": 1, "ifMust": 1, "canClickMessage": "Please complete the certifications in order", "log": "https://superp-app.oss-us-west-1.aliyuncs.com/certify/contat_info.png" }, { "title": "Número de cuenta CLABE", "subtitle": "Please upgrade your bank card information", "type": 0, "url": "", "status": 1, "statusName": "Certification", "taskType": "ver5", "canClick": 1, "ifMust": 1, "canClickMessage": "Please complete the certifications in order", "log": "https://superp-app.oss-us-west-1.aliyuncs.com/certify/bank_account.png" }], "agreement": [{ //借款协议 为空不显示此模块 "productId": "1", "scene": 1, "position": "1", "orderId": 266561, "title": "Loan Agreement" }], "nextStep": { //下一个待完成的认证项 "step": "bank", "url": "", "type": 0, "title": "Número de cuenta CLABE" }, "is_main_first_loan": 0,//是否是主产品首贷:1是0否 }, "code": "00", "message": "成功" }
获取合同跳转地址
- 请求方式
GET
- 请求地址
"/Crapido/JpApi(/v3/contract/contract-jump-api)":
- 场景
获取合同跳转地址
请求参数
名称 类型 可选 注释 "productId": string 否 产品id "scene": string 否 类型 "position": string 否 位置 "orderId": string 否 订单id "akms_id": string 干扰字段(21) - 返回结果
{ "code": "00", "data": { "contract_pos": "1", "contract_url": "http://47.89.240.43:8080/#/loanAgreement?orderNo=802021122208271748589881" }, "msg": "success" }
下单
- 请求方式
POST
- 请求地址
"/Crapido/p-push(/v3/product/push)":
- 场景
获取跳转位置
请求参数
名称 类型 可选 注释 "amount": string 否 借款金额 "order_no": string 否 订单号 - 返回结果
{ "data": { "url": "http://47.89.212.157:8080/#/confirmOfLoanV3?orderId=266561&productId=1" //跳转的地址 }, "code": "00", "message": "成功" }