GET api/Gateway/GetWifiInfo?gatewayId={gatewayId}

获取网关WiFi信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gatewayId

网关ID

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpResultOfJContainer
NameDescriptionTypeAdditional information
result

Collection of Object

None.

isSuccess

boolean

None.

code

string

None.

errorMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": null,
  "isSuccess": true,
  "code": "sample string 2",
  "errorMsg": "sample string 3"
}