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

POST /wallets/snapshot

生成钱包余额快照

钱包服务 `bearerAuth` application/json

Request Body

Schema: dto.SnapshotRequest

FieldTypeRequiredExampleConstraintsDescription
snapshot_date string Yes 2026-04-14 快照日期

Responses

StatusDescriptionSchema
201Createddto.SnapshotCreateDetailResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证或令牌无效gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.SnapshotCreateDetailResponse

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

dto.SnapshotCreateResult

FieldTypeRequiredExampleConstraintsDescription
snapshot_count integer No 100 快照记录数
snapshot_date string No 2026-04-14 快照日期
tenant_id string No tnt_xyz789 租户ID
wallets_total integer No 100 钱包总数

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No