用户续费后云市场将调用该接口,服务商需要将自己维护的到期日进行更新。
参数
参数 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
action | true | String | renewInstance |
instanceId | true | String | 实例 ID |
orderId | true | String | 云市场订单 ID |
expiredOn | true | DateTime | 过期时间(yyyy-MM-dd HH:mm:ss) |
token | true | String | 安全校验令牌 |
返回值
参数 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
success | true | Boolean | 是否成功 |
调用示例
http://www.isvwebsite.com?token=9b7dfb7b363fb2380896f24a34a9d6c9&action=renewInstance&instanceId=1&orderId=205060317920890&expiredOn=2013-01-01 01:01:01
返回示例
{"success":"true"}