1. loan-assist-group
花花卡
  • cr-model
    • 模型变量衍生(哈密)
      POST
    • 模型变量衍生(天阳)
      POST
    • 分页查询客群组
      POST
    • 模型变量衍生(Test)
      POST
  • loan-data-server
    • 实名认证三要素
      POST
    • 风控数据查询
      POST
    • 风控数据内部查询
      POST
  • loan-assist-group
    • 添加客群
      POST
    • 编辑客群
      POST
    • 获取条件
      POST
    • 分页查询客群
      POST
    • 查询所有分群类型
      GET
    • 新增客群组
      POST
    • 编辑客群组
      POST
    • 根据条件code查询客群详情
      POST
    • 判断用户是否匹配该客群
      POST
    • 根据创建人查询客群
      POST
    • 查询客群组详情
      POST
    • 分页查询客群组
      POST
    • 分页查询客群历史版本
      POST
    • 更新客群状态
      POST
    • 获取地区
      POST
  • loan-assist-collect
    • 自动委派
      POST
    • 自动委派配置
      GET
    • 案件分配
      POST
    • 自动委派 Copy
      POST
    • 自动委派配置 Copy
      GET
    • 案件分配 Copy
      POST
    • 会员案件委派
      POST
    • 分页查询会员催收案件
      POST
    • 获取订单详情
      POST
  • member-admin
    • 获取ip白名单状态
    • 获取用户信息
    • 登录接口
    • 获取验证码
  • member-gateway
    • index
    • 获取测试验证码
    • 短信登录
  • decision-engine
    • 数据方案-测试
  • loan-assist-callback
    • Data-server回调
  • loan-assist-server
    • 地址黑名单查询
  • http://172.16.100.110:8086/server/admin/contract/listContractType
    GET
  1. loan-assist-group

添加客群

开发中
POST
/rule/addConditionRule

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Header 参数

Body 参数application/json

示例
{
    "conditionRuleName": "",
    "creator": "",
    "remark": "",
    "rule": {
        "relation": "relation_c8b6df579daf",
        "attributeRules": [
            {
                "relation": "relation_396a35825320",
                "attributeType": "attributeType_78fab312db1e",
                "attributeItemRules": [
                    {
                        "attributeCode": "attributeCode_e77a38bf6a92",
                        "conditionOperatorIndex": "conditionOperatorIndex_67d3b5d44601",
                        "conditionLeftValue": "conditionLeftValue_bcb8fae1d78d",
                        "conditionRightValue": "conditionRightValue_39eed7f4d494",
                        "conditionValue": "conditionValue_3995933db9f9",
                        "conditionValueList": [
                            "conditionValueList_6797f540fc07"
                        ],
                        "attributeType": "attributeType_e83acd360f0f"
                    }
                ]
            }
        ],
        "behaviorRules": [
            {
                "relation": "relation_5d0092916987",
                "behaviorType": "behaviorType_5e412dd442ec",
                "behaviorItemRules": [
                    {
                        "startDate": "startDate_a73fcc07a32a",
                        "endDate": "endDate_b558b6c5b7d1",
                        "timeLeftValue": 0,
                        "timeRightValue": 0,
                        "timeOperatorIndex": "timeOperatorIndex_4d3d5035e0d1",
                        "behaviorCode": "behaviorCode_bc88a902ab11",
                        "fieldRelation": "fieldRelation_f4f20912d0bc",
                        "behaviorOperatorIndex": 0,
                        "behaviorFieldItemRules": [
                            {
                                "behaviorFieldCode": "behaviorFieldCode_74f00ace54f5",
                                "conditionOperatorIndex": "conditionOperatorIndex_be5ebe11eac7",
                                "conditionLeftValue": "conditionLeftValue_242b40241ea3",
                                "conditionRightValue": "conditionRightValue_97e1d1973c22",
                                "conditionValue": "conditionValue_5ee68dfffb50",
                                "conditionValueList": [
                                    "conditionValueList_b33471a860bf"
                                ]
                            }
                        ],
                        "aggregationType": 0,
                        "aggregationOperatorIndex": "aggregationOperatorIndex_01f362a6b8a6",
                        "aggregationValue": 0,
                        "behaviorType": "behaviorType_6826bbba167e"
                    }
                ]
            }
        ]
    },
    "clusterCode": "",
    "typeCode": "",
    "conditionVersion": 0,
    "tenantId": ""
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/rule/addConditionRule' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDg2MTcwODUsInVzZXJuYW1lIjoiYWRtaW4ifQ.JgiPcE9aWMa4G7_g-mLkTHNCyE1HS3O4hg3LO5eYppc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "conditionRuleName": "",
    "creator": "",
    "remark": "",
    "rule": {
        "relation": "relation_c8b6df579daf",
        "attributeRules": [
            {
                "relation": "relation_396a35825320",
                "attributeType": "attributeType_78fab312db1e",
                "attributeItemRules": [
                    {
                        "attributeCode": "attributeCode_e77a38bf6a92",
                        "conditionOperatorIndex": "conditionOperatorIndex_67d3b5d44601",
                        "conditionLeftValue": "conditionLeftValue_bcb8fae1d78d",
                        "conditionRightValue": "conditionRightValue_39eed7f4d494",
                        "conditionValue": "conditionValue_3995933db9f9",
                        "conditionValueList": [
                            "conditionValueList_6797f540fc07"
                        ],
                        "attributeType": "attributeType_e83acd360f0f"
                    }
                ]
            }
        ],
        "behaviorRules": [
            {
                "relation": "relation_5d0092916987",
                "behaviorType": "behaviorType_5e412dd442ec",
                "behaviorItemRules": [
                    {
                        "startDate": "startDate_a73fcc07a32a",
                        "endDate": "endDate_b558b6c5b7d1",
                        "timeLeftValue": 0,
                        "timeRightValue": 0,
                        "timeOperatorIndex": "timeOperatorIndex_4d3d5035e0d1",
                        "behaviorCode": "behaviorCode_bc88a902ab11",
                        "fieldRelation": "fieldRelation_f4f20912d0bc",
                        "behaviorOperatorIndex": 0,
                        "behaviorFieldItemRules": [
                            {
                                "behaviorFieldCode": "behaviorFieldCode_74f00ace54f5",
                                "conditionOperatorIndex": "conditionOperatorIndex_be5ebe11eac7",
                                "conditionLeftValue": "conditionLeftValue_242b40241ea3",
                                "conditionRightValue": "conditionRightValue_97e1d1973c22",
                                "conditionValue": "conditionValue_5ee68dfffb50",
                                "conditionValueList": [
                                    "conditionValueList_b33471a860bf"
                                ]
                            }
                        ],
                        "aggregationType": 0,
                        "aggregationOperatorIndex": "aggregationOperatorIndex_01f362a6b8a6",
                        "aggregationValue": 0,
                        "behaviorType": "behaviorType_6826bbba167e"
                    }
                ]
            }
        ]
    },
    "clusterCode": "",
    "typeCode": "",
    "conditionVersion": 0,
    "tenantId": ""
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{}
修改于 2025-05-26 03:02:26
上一页
风控数据内部查询
下一页
编辑客群
Built with