A AuthMS API Wiki API Reference iam.tianv.com →

POST /admin/point-rules

管理员操作,为租户创建新的积分规则。规则匹配事件类型后自动触发积分发放。

积分服务 `bearerAuth` application/json

Request Body

Schema: dto.CreatePointRuleRequest

FieldTypeRequiredExampleConstraintsDescription
event_type string Yes
name string Yes
points integer Yes
daily_limit integer No
multiplier number No
total_limit integer No

Responses

StatusDescriptionSchema
201规则创建成功dto.PointRuleDetailResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
403无权限gitee_com_linmes_authms_base_dto.SimpleResponse
409规则名称已存在gitee_com_linmes_authms_base_dto.SimpleResponse
500服务器内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PointRuleDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PointRuleResponse No
message string No
timestamp string No

dto.PointRuleResponse

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-01-15T10:30:00Z
daily_limit integer No 3
enabled boolean No True
event_type string No daily_checkin
expiry_days integer No 365
id string No 01ARZ3NDEKTSV4RRFFQ69G5FAV
multiplier number No 1.5
name string No 每日签到
points integer No 10
priority integer No 1
tenant_id string No tnt_example_001
total_limit integer No 100
updated_at string No 2026-04-10T14:20:00Z

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No