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

获取网关用户列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gatewayId

网关ID

string

Required

Body Parameters

None.

Response Information

Resource Description

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