models

package
v1.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CardInfoResp added in v1.56.0

type CardInfoResp struct {

	/* 物联网卡iccid (Optional) */
	Iccid string `json:"iccid"`

	/* 物联网卡套餐名称 (Optional) */
	PackageName string `json:"packageName"`

	/* 物联网卡激活时间 (Optional) */
	ActiveTm string `json:"activeTm"`

	/* 套餐到期时间 (Optional) */
	PackageExpiredTm string `json:"packageExpiredTm"`
}

type GprsRealtimeInfoResp

type GprsRealtimeInfoResp struct {

	/* 套餐流量总量(单位MB) (Optional) */
	Total string `json:"total"`

	/* 累计使用量(单位KB) (Optional) */
	Used string `json:"used"`
}

type GprsStatusResp

type GprsStatusResp struct {

	/* 物联网卡iccid (Optional) */
	Iccid string `json:"iccid"`

	/* 物联网卡msisdn (Optional) */
	Msisdn string `json:"msisdn"`

	/* 物联网卡imsi (Optional) */
	Imsi string `json:"imsi"`

	/* GPRS在线状态(00:离线;01:在线;02:该运营商不支持查询;03:未知) (Optional) */
	Onlinestatus string `json:"onlinestatus"`
}

type LifeStatusResp

type LifeStatusResp struct {

	/* 物联网卡iccid (Optional) */
	Iccid string `json:"iccid"`

	/* 物联网卡msisdn (Optional) */
	Msisdn string `json:"msisdn"`

	/* 物联网卡imsi (Optional) */
	Imsi string `json:"imsi"`

	/* 生命周期状态(00:可激活;01:已激活;02:已停用;03:已失效;04:未知;05:可测试) (Optional) */
	Status string `json:"status"`
}

type OnOffStatusResp

type OnOffStatusResp struct {

	/* 物联网卡iccid (Optional) */
	Iccid string `json:"iccid"`

	/* 物联网卡msisdn (Optional) */
	Msisdn string `json:"msisdn"`

	/* 物联网卡imsi (Optional) */
	Imsi string `json:"imsi"`

	/* 终端的开关机状态(00:关机;01:开机;02:该运营商不支持查询;03:未知) (Optional) */
	Status string `json:"status"`
}

type OperationIotlinkResp

type OperationIotlinkResp struct {

	/* 物联网卡iccid (Optional) */
	Iccid string `json:"iccid"`

	/* 操作状态(0:操作成功;1:操作失败) (Optional) */
	Status string `json:"status"`

	/* 卡操作反馈信息 (Optional) */
	Message string `json:"message"`
}

type RealNameQueryIotResp added in v1.56.0

type RealNameQueryIotResp struct {

	/* 激活时间 (Optional) */
	ActiveTime string `json:"activeTime"`

	/* 产品状态 (Optional) */
	ProdStatusName string `json:"prodStatusName"`

	/* 使用人身份证号码 (Optional) */
	CertNumber string `json:"certNumber"`

	/* 查询号码 (Optional) */
	Number string `json:"number"`

	/* 返回状态标识码(0 表示成功,1 表示失败,-1 表示异常,-2 表示该卡尚未进行实名认证) (Optional) */
	AuthRespCode string `json:"authRespCode"`

	/* 返回标识说明 (Optional) */
	AuthRespMsg string `json:"authRespMsg"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL