- Base
- Cache
- CodeConfig
- Data
- DosingLog
- ImportExport
- ModelConfig
- WestModelParameter
- DataCleanEndTrigger
- Alarm
获取配置集合【内部接口】
已测完
GET
/api/app/cache/assembly-config
Cache
请求参数
Query 参数
isForceRefresh
boolean
可选
默认值:
false
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/app/cache/assembly-config'
返回响应
🟢200成功
text/plain
Body
sysInputOutputCodeConfigs
array[object (SysCodeConfigInputOutput) {11}] | null
可选
id
string <uuid>
可选
pointTypeCode
string | null
点位类型编码
pointType
string | null
可选
code
string | null
可选
pointName
string | null
可选
isInputPoint
boolean
可选
phase
string | null
可选
extInfo
string | null
可选
reserve
string | null
可选
productLine
string | null
可选
modelName
string | null
可选
示例
{
"sysInputOutputCodeConfigs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"pointTypeCode": "string",
"pointType": "string",
"code": "string",
"pointName": "string",
"isInputPoint": true,
"phase": "string",
"extInfo": "string",
"reserve": "string",
"productLine": "string",
"modelName": "string"
}
]
}