{
"configId": 13,
"tenantId": "000000",
"configName": "请写好注释",
"configKey": "null",
"configValue": 111111,
"configType": "Y",
"createDept": "103",
"createBy": 1,
"createTime": "2024-09-10 11:59:42",
"remark": "备注"
}curl --location --request POST '/system/config' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"configId": 13,
"tenantId": "000000",
"configName": "请写好注释",
"configKey": "null",
"configValue": 111111,
"configType": "Y",
"createDept": "103",
"createBy": 1,
"createTime": "2024-09-10 11:59:42",
"remark": "备注"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}