调用CompleteContinuouslyPush接口,手动结束持续推送任务。若不调用此接口,持续推送任务将会在到达过期时间时自动结束。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CompleteContinuouslyPush

系统规定参数。取值:CompleteContinuouslyPush

AppKey Long 23267207

AppKey信息。

MessageId String 4010290149170430

消息ID。

返回数据

名称 类型 示例值 描述
MessageId String 4010290149170430

消息ID。

RequestId String 9998B3CC-ED9E-4CB3-A8FB-DCC61296BFBC

请求ID。

示例

请求示例

http(s)://[Endpoint]/?Action=CompleteContinuouslyPush
&AppKey=23267207
&MessageId=500131
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CompleteContinuouslyPushResponse>
    <MessageId>9998B3CC-ED9E-4CB3-A8FB-DCC61296BFBC</MessageId>
    <RequestId>500131</RequestId>
</CompleteContinuouslyPushResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "MessageId" : "9998B3CC-ED9E-4CB3-A8FB-DCC61296BFBC",
  "RequestId" : "500131"
}

错误码

访问错误中心查看更多错误码。