[
{
"formId": 0,
"id": 0,
"name": "string",
"status": true,
"title": "string",
"value": "string"
}
]
curl --location --request POST '/api/admin/system/config/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"formId": 0,
"id": 0,
"name": "string",
"status": true,
"title": "string",
"value": "string"
}
]'
{
"code": 0,
"data": [
{
"createTime": "2019-08-24T14:15:22Z",
"formId": 0,
"id": 0,
"name": "string",
"status": true,
"title": "string",
"updateTime": "2019-08-24T14:15:22Z",
"value": "string"
}
],
"message": "string"
}