查询所有form组件类型
GET
/api/cps/app/component/formTypeEnum
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/cps/app/component/formTypeEnum'
返回响应
🟢200成功
application/json
Body
success
boolean
可选
errCode
string
可选
errMsg
string
可选
code
string
可选
message
string
可选
traceId
string
可选
data
array[object (FormType) {3}]
可选
name
string
可选
type
string
可选
url
string
可选
示例
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": [
{
"name": "",
"type": "",
"url": ""
}
]
}
修改于 2025-04-07 07:48:16