增加指定MAC地址的基站设备,会自动尝试进行激活。

调试

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

请求参数

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

系统规定参数。取值:AddApDevice

StoreId String s-dxsxx****

门店ID或商家自定义门店ID。

ApMac String 11:22:33:44:55:66

基站设备的Mac地址,可调用DescribeApDevices获取。

Remark String 天猫店的基站设备

备注,长度小于100。

ClientToken String 1*

客户端token

ExtraParams String {}

系统保留字段,请忽略;

SerialNumber String 18****

设备SN号

Remark字段,暂不支持。

返回数据

名称 类型 示例值 描述
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=AddApDevice
&StoreId=s-dxsxx****
&ApMac=11:22:33:44:55:66
&Remark=天猫店的基站设备
&ClientToken=1*
&ExtraParams={}
&SerialNumber=18****
&公共请求参数

正常返回示例

XML格式

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

<AddApDeviceResponse>
    <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>
</AddApDeviceResponse>

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"
}

错误码

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