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