风控后台


计算字段下拉列表

<p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口 @李文涛</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/indicator/indicatorbasicconfig/calcFieldDropdown</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">statisticsDimension</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>计算维度(传EVENT_TYPE/DATABASE_TYPE)</td> </tr> <tr> <td style="text-align: left;">eventCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>类型(传事件code或者表名 arc_user/pre_loan_verify_syn)</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "msg": "success", "code": 0, "data": [ { "fieldName": "用户ID", "fieldCode": "consumer_no", "fieldType": "string" }, { "fieldName": "用户手机号", "fieldCode": "phone", "fieldType": "string" }, { "fieldName": "用户身份证号", "fieldCode": "id_card", "fieldType": "string" }, { "fieldName": "注册手机号", "fieldCode": "regPhone", "fieldType": "string" }, { "fieldName": "ip地址", "fieldCode": "ipAddr", "fieldType": "string" }, { "fieldName": "经度", "fieldCode": "coordinateX", "fieldType": "string" }, { "fieldName": "纬度", "fieldCode": "coordinateY", "fieldType": "string" }, { "fieldName": "设备类型", "fieldCode": "devType", "fieldType": "string" }, { "fieldName": "操作系统", "fieldCode": "devOS", "fieldType": "string" }, { "fieldName": "操作系统版本", "fieldCode": "devOSVersion", "fieldType": "string" }, { "fieldName": "app版本", "fieldCode": "appVersion", "fieldType": "string" }, { "fieldName": "硬件序列号", "fieldCode": "serialNum", "fieldType": "string" }, { "fieldName": "wifi名称", "fieldCode": "wifiName", "fieldType": "string" }, { "fieldName": "bssid", "fieldCode": "bssid", "fieldType": "string" }, { "fieldName": "应用市场", "fieldCode": "appMarket", "fieldType": "double" }, { "fieldName": "手机电量", "fieldCode": "electricity", "fieldType": "double" }, { "fieldName": "手机存储量", "fieldCode": "storage", "fieldType": "double" }, { "fieldName": "手机已用存储量", "fieldCode": "storageUsed", "fieldType": "double" }, { "fieldName": "手机图片数量", "fieldCode": "photoNum", "fieldType": "double" }, { "fieldName": "是否正在充电", "fieldCode": "isCharging", "fieldType": "double" }, { "fieldName": "手机app数量", "fieldCode": "appNum", "fieldType": "double" }, { "fieldName": "陀螺仪", "fieldCode": "gyroscope", "fieldType": "string" }, { "fieldName": "是否越狱或者root", "fieldCode": "isRoot", "fieldType": "double" }, { "fieldName": "陀螺仪X", "fieldCode": "gyroscopeX", "fieldType": "double" }, { "fieldName": "陀螺仪Y", "fieldCode": "gyroscopeY", "fieldType": "double" }, { "fieldName": "陀螺仪Z", "fieldCode": "gyroscopeZ", "fieldType": "double" }, { "fieldName": "测试借款类型-7天,14天,分期", "fieldCode": "test1", "fieldType": "double" }, { "fieldName": "历史成功充值金额1", "fieldCode": "1", "fieldType": "string" }, { "fieldName": "风控审核结果", "fieldCode": "checkResult", "fieldType": "string" }, { "fieldName": "风控审核时间", "fieldCode": "checkTime", "fieldType": "string" } ] } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML