1
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m56s

This commit is contained in:
2026-05-18 10:47:10 +08:00
parent af5a21ed1e
commit 631c5392b6

View File

@@ -1351,9 +1351,24 @@ components:
gateway_extend:
description: Gateway 卡状态扩展字段,原样返回上游 extend用于展示运营商侧实际停机原因
type: string
last_card_status_check_at:
description: 最后一次卡状态检查时间asset_type=card时有效
format: date-time
nullable: true
type: string
last_data_check_at:
description: 最后一次流量检查时间asset_type=card时有效
format: date-time
nullable: true
type: string
last_gateway_reading_mb:
description: 运营商当前周期累计流量读数(MBasset_type=card时有效运营商口径展示建议读取该字段)
type: number
last_real_name_check_at:
description: 最后一次实名检查时间asset_type=card时有效
format: date-time
nullable: true
type: string
last_sync_time:
description: 最后同步时间asset_type=card时有效
format: date-time
@@ -2182,6 +2197,26 @@ components:
is_current:
description: 是否为当前使用的卡
type: boolean
last_card_status_check_at:
description: 最后一次卡状态检查时间
format: date-time
nullable: true
type: string
last_data_check_at:
description: 最后一次流量检查时间
format: date-time
nullable: true
type: string
last_real_name_check_at:
description: 最后一次实名检查时间
format: date-time
nullable: true
type: string
last_sync_time:
description: 最后同步时间
format: date-time
nullable: true
type: string
msisdn:
description: 手机号
type: string
@@ -2932,9 +2967,9 @@ components:
DtoCreateAgentRechargeRequest:
properties:
amount:
description: 充值金额范围100元~100万元
description: 充值金额范围1~100万元
maximum: 1e+08
minimum: 10000
minimum: 1
type: integer
payment_method:
description: 支付方式 (wechat:微信在线支付, offline:线下转账仅平台可用)