POST /wallets/snapshot
生成钱包余额快照
钱包服务 `bearerAuth` application/json
Request Body
Schema: dto.SnapshotRequest
| Field | Type | Required | Example | Constraints | Description |
snapshot_date |
string |
Yes |
2026-04-14 |
|
快照日期 |
Referenced Schemas
dto.SnapshotCreateDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SnapshotCreateResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.SnapshotCreateResult
| Field | Type | Required | Example | Constraints | Description |
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
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|