POST api/EShop/QueryInvertersAndPowerstationInfo

查询逆变器信息与电站、账户的列表

Request Information

URI Parameters

None.

Body Parameters

uid 当前用户ID sn 设备序列号 station_name 电站名称 sort 排序规则 bdate 流量到期时间(起始,格式:年-月-日) edate 流量到期时间(结束,格式:年-月-日) month 几个月内到期 account 客户用户名、手机号或邮箱 page_index 当前页码 page_size 页行数

QueryPowerstationWithInverterRequest
NameDescriptionTypeAdditional information
uid

string

None.

sn

string

None.

station_name

string

None.

sort

string

None.

bdate

date

None.

edate

date

None.

month

integer

None.

account

string

None.

page_index

integer

None.

page_size

integer

None.

timestamp

integer

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": "sample string 1",
  "sn": "sample string 2",
  "station_name": "sample string 3",
  "sort": "sample string 4",
  "bdate": "2025-05-15 22:13:59",
  "edate": "2025-05-15 22:13:59",
  "month": 5,
  "account": "sample string 6",
  "page_index": 7,
  "page_size": 8,
  "timestamp": 9,
  "sign": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.