GET api/command/sendcommand

获得发送指令结果

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccessToken

Token

string

None.

Imei

设备imei号

string

None.

Time

时间戳

string

None.

CommandCode

CommandCode

string

None.

CommandValue

CommandValue

string

None.

ReqId

ReqId

string

None.

Response Information

Resource Description

返回发送指令结果

BaseResult
NameDescriptionTypeAdditional information
Code

状态码

integer

None.

Message

错误信息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels">
  <Code>1</Code>
  <Message>sample string 2</Message>
</BaseResult>