GET v1/PsInfo/GetKeyValue?UserId={UserId}

获取电站信息 Key Value用于绑定

Request Information

Parameters

NameDescriptionAdditional information
UserId
用户ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "RoleAuthority": true
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "RoleAuthority": true
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "RoleAuthority": true
  }
]