{
"pageNo": 1,
"pageSize": 10,
"id": 0,
"pipeSn": "string",
"attributeValue": "string",
"variableName": "string",
"componentName": "string",
"tenantId": "string",
"instance": "string",
"createTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/admin-api/charging/pipe/getVariablesList' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"id": 0,
"pipeSn": "string",
"attributeValue": "string",
"variableName": "string",
"componentName": "string",
"tenantId": "string",
"instance": "string",
"createTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"data": {
"list": [
{
"pageNo": 1,
"pageSize": 10,
"id": 0,
"pipeSn": "string",
"attributeValue": "string",
"variableName": "string",
"componentName": "string",
"tenantId": "string",
"instance": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"total": 0
},
"msg": "string"
}