方法列表
计算日志数量
admin
user
RPC
countUserAccountLogs (CountUserAccountLogsRequest) returns (RPCCountResponse)
HTTP
POST /UserAccountLogService/countUserAccountLogs
输入对象:CountUserAccountLogsRequest:
输出对象:RPCCountResponse:
{ // 数量 int64 count; }
列出单页日志
admin
user
RPC
listUserAccountLogs (ListUserAccountLogsRequest) returns (ListUserAccountLogsResponse)
HTTP
POST /UserAccountLogService/listUserAccountLogs
输入对象:ListUserAccountLogsRequest:
{ int64 userAccountId; // 关键词 string keyword; string eventType; // 读取位置 int64 offset; // 数量,通常不能小于0 int64 size; }
输出对象:ListUserAccountLogsResponse: