钱包流水新增资产信息
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m59s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m59s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user