支撑单卡
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m16s

This commit is contained in:
Break
2026-06-04 14:29:20 +08:00
parent cce27975a1
commit 6ac19d6565
3 changed files with 40 additions and 11 deletions

View File

@@ -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)"`