优化代码

This commit is contained in:
GoEdgeLab
2023-06-30 19:00:53 +08:00
parent 3333c59ab5
commit 3c08ce491a
3 changed files with 87 additions and 87 deletions

View File

@@ -37,7 +37,7 @@ message CreateLogRequest {
string action = 3; // 可选项发生操作所在的页面URL
string ip = 4; // 可选项操作用户IP
string langMessageCode = 5; // 多语言消息
bytes langMessagesArgsJSON = 6; // 多语言消息中的参数项,格式:[arg1, arg2, ...]
bytes langMessageArgsJSON = 6; // 多语言消息中的参数项,格式:[arg1, arg2, ...]
}
message CreateLogResponse {