钱包流水新增资产信息
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m59s

This commit is contained in:
Break
2026-05-29 10:52:12 +08:00
parent 34a7cf0f3c
commit 1ee554daec
7 changed files with 88 additions and 5 deletions

View File

@@ -739,6 +739,9 @@ func (s *Service) ListMainWalletTransactions(ctx context.Context, shopID uint, r
Amount: t.Amount,
BalanceBefore: t.BalanceBefore,
BalanceAfter: t.BalanceAfter,
AssetType: t.AssetType,
AssetID: t.AssetID,
AssetIdentifier: t.AssetIdentifier,
Remark: remark,
CreatedAt: t.CreatedAt.Format("2006-01-02 15:04:05"),
})