优化代码

This commit is contained in:
刘祥超
2023-06-30 19:00:53 +08:00
parent fd9849c9ff
commit a720ea0373
3 changed files with 87 additions and 87 deletions

View File

@@ -14947,7 +14947,7 @@
},
{
"name": "CreateLogRequest",
"code": "message CreateLogRequest {\n\tstring level = 1; // 级别info, warn, error\n\tstring description = 2; // 描述\n\tstring action = 3; // 可选项发生操作所在的页面URL\n\tstring ip = 4; // 可选项操作用户IP\n\tstring langMessageCode = 5; // 多语言消息\n\tbytes langMessagesArgsJSON = 6; // 多语言消息中的参数项,格式:[arg1, arg2, ...]\n}",
"code": "message CreateLogRequest {\n\tstring level = 1; // 级别info, warn, error\n\tstring description = 2; // 描述\n\tstring action = 3; // 可选项发生操作所在的页面URL\n\tstring ip = 4; // 可选项操作用户IP\n\tstring langMessageCode = 5; // 多语言消息\n\tbytes langMessageArgsJSON = 6; // 多语言消息中的参数项,格式:[arg1, arg2, ...]\n}",
"doc": "创建日志"
},
{