POST /admin/wallets/fraud-rules
批量更新反欺诈规则
钱包服务 `bearerAuth` application/json
Referenced Schemas
dto.FraudRuleItem
单条反欺诈规则配置
| Field | Type | Required | Example | Constraints | Description |
enabled |
boolean |
No |
|
|
是否启用 |
name |
string |
No |
单笔限额 |
|
名称 |
rule_id |
string |
No |
rule-001 |
|
规则ID |
threshold |
string |
No |
10000 |
|
阈值 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_wallet-service_internal_handler_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|