全球SIM联接 GSL-批量查询SIM卡日用量:响应示例

时间:2024-10-25 16:24:40

响应示例

状态码: 200

OK

[ {
  "date" : "20240801",
  "sim_flow" : [ {
    "flow" : 0.98,
    "iccid" : "898600xxxxxxxxxx",
    "sim_card_id" : 5702790861709056
  }, {
    "flow" : 1.0,
    "iccid" : "898601xxxxxxxxxx",
    "sim_card_id" : 5702790861709057
  } ]
}, {
  "date" : "20240802",
  "sim_flow" : [ {
    "flow" : 0.98,
    "iccid" : "898600xxxxxxxxxx",
    "sim_card_id" : 5702790861709056
  }, {
    "flow" : 1.0,
    "iccid" : "898601xxxxxxxxxx",
    "sim_card_id" : 5702790861709057
  } ]
} ]

状态码: 400

Bad Request

{
  "error_code" : "GSL.00010004",
  "error_msg" : "参数异常"
}

状态码: 500

Internal Server Error

{
  "error_code" : "GSL.00010003",
  "error_msg" : "系统繁忙,请稍后重试。"
}
support.huaweicloud.com/api-ocgsl/ListSimCardFlowPerDay.html