This commit is contained in:
@@ -38,7 +38,8 @@ type AgentOpenAPIPackageTrafficItem struct {
|
||||
|
||||
// AgentOpenAPICardTrafficResponse 开放接口卡流量响应
|
||||
type AgentOpenAPICardTrafficResponse struct {
|
||||
CardNo string `json:"card_no" description:"卡标识"`
|
||||
CardNo string `json:"card_no" description:"卡标识(原始传入值)"`
|
||||
DeviceNo string `json:"device_no,omitempty" description:"设备虚拟号(当入参被识别为设备维度时返回,表示该卡/标识关联的设备)"`
|
||||
ActiveRemainingFlowMB int64 `json:"active_remaining_flow_mb" description:"当前生效套餐剩余流量(MB)"`
|
||||
ActiveTotalFlowMB int64 `json:"active_total_flow_mb" description:"当前生效套餐总流量(MB)"`
|
||||
ActiveUsedFlowMB int64 `json:"active_used_flow_mb" description:"当前生效套餐已用流量(MB)"`
|
||||
|
||||
Reference in New Issue
Block a user