mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-16 05:46:34 +08:00
优化代码
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user