激活基站设备。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ActivateApDevice | 系统规定参数。取值:ActivateApDevice。 |
ApMac | String | 是 | 11:22:33:44:55:66 | 基站设备的Mac地址。 |
StoreId | String | 是 | s-dxsxx**** | 门店ID或商家自定义门店ID。 |
ExtraParams | String | 否 | {} | 系统保留字段,请忽略 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | E69C8998-1787-4999-8C75-D663FF1173CF | 请求ID。 |
ErrorMessage | String | The specified resource type is invalid. | 错误消息。 |
Success | Boolean | true | 请求状态标识。 |
ErrorCode | String | MandatoryParameters | 错误码。 |
Code | String | -1001 | 内部错误码。 |
Message | String | success | 消息。 |
DynamicMessage | String | The specified store %s does not exist. | 动态消息。 |
DynamicCode | String | PlatformResponseError.%s | 动态错误码。 |
示例
请求示例
http(s)://[Endpoint]/?Action=ActivateApDevice
&ApMac=11:22:33:44:55:66
&StoreId=s-dxsxx****
&ExtraParams={}
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ActivateApDeviceResponse>
<RequestId>E69C8998-1787-4999-8C75-D663FF1173CF</RequestId>
<ErrorMessage>The specified resource type is invalid.</ErrorMessage>
<Success>true</Success>
<ErrorCode>MandatoryParameters</ErrorCode>
<Code>-1001</Code>
<Message>success</Message>
<DynamicMessage>The specified store %s does not exist.</DynamicMessage>
<DynamicCode>PlatformResponseError.%s</DynamicCode>
</ActivateApDeviceResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "E69C8998-1787-4999-8C75-D663FF1173CF",
"ErrorMessage" : "The specified resource type is invalid.",
"Success" : true,
"ErrorCode" : "MandatoryParameters",
"Code" : -1001,
"Message" : "success",
"DynamicMessage" : "The specified store %s does not exist.",
"DynamicCode" : "PlatformResponseError.%s"
}
错误码
访问错误中心查看更多错误码。