Authorization: Bearer ********************{
"traceId": "89aca178-a370-411c-ae02-3f0d672be4ab",
"userId": 666,
"userType": 2,
"type": "订单",
"subType": "创建订单",
"bizId": 188,
"action": "修改编号为 1 的用户信息,将性别从男改成女,将姓名从芋道改成源码",
"extra": "{\"orderId\":\"1\"}",
"requestMethod": "GET",
"requestUrl": "/order/get",
"userIp": "127.0.0.1",
"userAgent": "Mozilla/5.0"
}curl --location '/rpc-api/system/operate-log/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"traceId": "89aca178-a370-411c-ae02-3f0d672be4ab",
"userId": 666,
"userType": 2,
"type": "订单",
"subType": "创建订单",
"bizId": 188,
"action": "修改编号为 1 的用户信息,将性别从男改成女,将姓名从芋道改成源码",
"extra": "{\"orderId\":\"1\"}",
"requestMethod": "GET",
"requestUrl": "/order/get",
"userIp": "127.0.0.1",
"userAgent": "Mozilla/5.0"
}'{
"code": 0,
"data": true,
"msg": "string"
}