1. 用户
API-V1
  • 视频号
    • 关键词搜索账号
      POST
    • 关键词搜索视频
      POST
    • 获取账号信息和视频列表
      POST
    • 获取视频详情
      POST
    • 获取视频详情(通过链接)
      POST
    • 获取视频一级评论
      POST
    • 获取视频二级评论
      POST
  • 公众号
    • 获取指定账号文章列表
      POST
    • 获取文章互动数据
      POST
    • 获取文章一级评论
      POST
    • 获取文章二级评论
      POST
    • 获取文章详情
      POST
    • AI搜索
      POST
    • 获取微信指数
      POST
  • 小红书
    • 帖子详情(APP)
      POST
    • AI搜索
      POST
    • 搜索
      POST
    • 发文列表
      POST
    • 帖子详情(WEB)
      POST
    • 用户信息
      POST
  • 抖音
    • 视频详情
      POST
    • 用户信息
      POST
    • 用户发文列表
      POST
    • 一级评论
      POST
    • 二级评论
      POST
    • 搜索接口
      POST
    • AI搜索
      POST
  • 微博
    • AI搜索
  • 用户
    • 余额查询
      GET
    • 调用记录查询
      POST
  1. 用户

调用记录查询

POST
https://www.worldtreetech.cn/api/v1/user/query
最后修改时间:2025-09-04 19:58:20

请求参数

Body 参数application/json

示例
{
    "key": "xxx",
    "start_time": "2025-09-05 00:00:00",
    "end_time": "2025-09-05 23:59:59"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://www.worldtreetech.cn/api/v1/user/query' \
--header 'Content-Type: application/json' \
--data '{
    "key": "xxx",
    "start_time": "2025-09-05 00:00:00",
    "end_time": "2025-09-05 23:59:59"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "code": 200,
  "data": [
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:15:08",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:15:10",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:15:13",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:15:14",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:15:17",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:51:07",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:51:11",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:51:12",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:53:48",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:53:51",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:53:53",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:53:56",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 00:53:58",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 01:05:25",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 01:05:28",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 01:05:30",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 01:05:33",
      "cost": 2
    },
    {
      "api": "/wechat/article/getInteraction",
      "request_time": "2025-09-05 01:05:35",
      "cost": 2
    }
  ],
  "msg": "查询成功"
}
修改于 2025-09-04 19:58:20
上一页
余额查询
Built with