Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"operId": 0,
"title": "string",
"businessType": 0,
"businessTypes": [
0
],
"method": "string",
"requestMethod": "string",
"operatorType": 0,
"operName": "string",
"deptName": "string",
"operUrl": "string",
"operIp": "string",
"operParam": "string",
"jsonResult": "string",
"status": 0,
"errorMsg": "string",
"operTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/operlog' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"operId": 0,
"title": "string",
"businessType": 0,
"businessTypes": [
0
],
"method": "string",
"requestMethod": "string",
"operatorType": 0,
"operName": "string",
"deptName": "string",
"operUrl": "string",
"operIp": "string",
"operParam": "string",
"jsonResult": "string",
"status": 0,
"errorMsg": "string",
"operTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": {}
}