ModelSell 文档
管理接口日志

获取个人日志统计

获取当前用户自己的请求日志统计。

GET
/api/log/self/stat

获取当前用户自己的请求日志统计。

Authorization

AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Query Parameters

start_timestamp?integer

开始时间,Unix 秒级时间戳。

end_timestamp?integer

结束时间,Unix 秒级时间戳。

Response Body

application/json

curl -X GET "https://example.com/api/log/self/stat"
{
  "success": true,
  "message": "string",
  "data": null
}