RuoYi-Vue-Plus/ruoyi-modules/ruoyi-form/docs/http/ModifyLogRecordController.http
2026-02-13 11:17:42 +08:00

25 lines
680 B
HTTP

###
GET {{baseUrl}}/modify-log-record/list?entityType=test_table&entityId=1&formCode=formCode1
Token: {{token}}
###
POST {{baseUrl}}/modify-log-record/batchCreate
Content-Type: application/json
Token: {{token}}
[
{
"entityType": "test_table",
"entityId": "1",
"formCode": "formCode1",
"description": "",
"fieldChineseName": "",
"fieldEnglishName": "fieldEnglishName",
"oldValue": "",
"newValue": "",
"operator": 1001,
"operatorName": "",
"operationTime": "2023-05-09 10:00:00",
"serviceName": "booksflow-form"
}
]