方法列表
查询服务账单数量
admin
user
RPC
countAllServerBills (CountAllServerBillsRequest) returns (RPCCountResponse)
HTTP
POST /ServerBillService/countAllServerBills
输入对象:CountAllServerBillsRequest:
{ // 用户ID int64 userId; string month; }
输出对象:RPCCountResponse:
{ // 数量 int64 count; }
查询服务账单列表
admin
user
RPC
listServerBills (ListServerBillsRequest) returns (ListServerBillsResponse)
HTTP
POST /ServerBillService/listServerBills
输入对象:ListServerBillsRequest:
{ // 用户ID int64 userId; string month; // 读取位置 int64 offset; // 数量,通常不能小于0 int64 size; }
输出对象:ListServerBillsResponse: