- 组件相关
- 逆变器相关
- 厂商相关
- 项目相关接口
- 性能仿真
- 地址相关
- 储能 设备相关
- 参考电价相关
- 算法接口
- 布置面接口
- 电价查询接口
- 工程接口
- CompanyController
- powerSaveUploadPOST
- 小程序查询用户信息GET
- 小程序修改用户信息POST
- createOrUpdatePowerSaveProjectPOST
- 获取手机号GET
- 上传头像GET
- 微信登录GET
- 测试GET
getCompanyList
开发中
POST
/api/company/get/list
请求参数
Body 参数application/json
companyName
string
可选
companyType
string
可选
status
string
可选
userId
integer
可选
enterpriseId
integer
可选
disableIds
array[integer]
可选
示例
{
"companyName": null,
"companyType": "COMPONENT",
"status": null,
"userId": null
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://zcb.test.solarpv.top/api/company/get/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": null,
"companyType": "COMPONENT",
"status": null,
"userId": null
}'
返回响应
🟢200成功
application/json
Body
top.solarpv.common.domain.JsonResult
message
string
可选
status
integer
可选
data
object (Object)
可选
示例
{
"message": "",
"status": 0,
"data": {}
}