钱包流水新增资产信息
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

@@ -5740,6 +5740,16 @@ components:
amount:
description: 变动金额(分,正数为入账,负数为扣款)
type: integer
asset_id:
description: 资产ID仅套餐扣款流水有值
minimum: 0
type: integer
asset_identifier:
description: 资产标识快照ICCID、IMEI或虚拟号仅套餐扣款流水有值
type: string
asset_type:
description: 资产类型iot_card:物联网卡, device:设备,仅套餐扣款流水有值)
type: string
balance_after:
description: 变动后余额(分)
type: integer