GET /points/{user_id}/risk-score
基于多维度因子(冻结次数、消费比率、近期获取频率、负余额、交易活跃度)对积分账户进行反作弊/套利风险评估。
积分服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
用户ID |
Referenced Schemas
dto.PointRiskScoreDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PointRiskScoreResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PointRiskScoreResponse
| Field | Type | Required | Example | Constraints | Description |
factors |
array of
string |
No |
['["normal_behavior"', '"trusted_device"]'] |
|
|
risk_level |
string |
No |
low |
|
|
risk_score |
integer |
No |
10 |
|
|
user_id |
string |
No |
usr_example_001 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|