重置(异步)
POST
/sims/{sim_id}/reset说明
当前仅支持使用部分资源的SIM卡进行Reset,
详情请联系领科人员确认。
Reset操作为异步,处理结果不会通知,且存在重置失败的可能性。
版本:
1.0
、2.0
备注
SDK API 调用方式
PartnerClient client = new PartnerClient(accessKey,privateKey)
client.v1().service().resetAsync(new ResetAsync(1,"89314404000894487785"));
client.v2().service().resetAsync(new ResetAsync(1,"89314404000894487785"));
请求参数
Path 参数
sim_id
string
必需
Body 参数application/json
timestamp
string
必需
epoc time UTC
nonce
integer
随机正整数
示例
{
"timestamp": "string",
"nonce": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
null
必需
status
#/definitions/41430733必需
示例
{
"data": null,
"status": {
"code": "CB-00-0000",
"message": "成功",
"detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P"
}
}
最后修改时间: 4 个月前