{
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"request_modular": "string",
"request_path": "string",
"request_body": "string",
"request_method": "string",
"request_msg": "string",
"request_ip": "string",
"request_browser": "string",
"response_code": "string",
"request_location": "string",
"request_os": "string",
"json_result": "string",
"status": true,
"creator": "string"
}
curl --location --request PUT '/admin/system/operation_log//' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"request_modular": "string",
"request_path": "string",
"request_body": "string",
"request_method": "string",
"request_msg": "string",
"request_ip": "string",
"request_browser": "string",
"response_code": "string",
"request_location": "string",
"request_os": "string",
"json_result": "string",
"status": true,
"creator": "string"
}'
{
"id": 0,
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"update_datetime": "2019-08-24T14:15:22Z",
"create_datetime": "2019-08-24T14:15:22Z",
"request_modular": "string",
"request_path": "string",
"request_body": "string",
"request_method": "string",
"request_msg": "string",
"request_ip": "string",
"request_browser": "string",
"response_code": "string",
"request_location": "string",
"request_os": "string",
"json_result": "string",
"status": true,
"creator": "string"
}