kkservice旧
  1. CTF 模块
kkservice旧
  • open模块
    • 博客信息类
      • 获取个人头像
      • 获取网站截图
    • CTF 模块
      • 刷新周大福价格
        GET
      • 获取周大福历史价格
        GET
    • 消息推送
      • bark 推送
  • 友链朋友圈
    • 获取爬虫文章
      GET
    • 获取爬虫统计信息
      GET
    • 随机获取一篇文章
      GET
    • 随机获取链接
      GET
    • 获取爬虫订阅
      GET
  1. CTF 模块

获取周大福历史价格

开发中
GET
/open/ctf/price
开放接口
最后修改时间:2023-05-18 06:30:24

请求参数

Query 参数
start
string 
开始日期
可选
示例值:
2023-05-10
end
string 
结束日期
可选
示例值:
2023-05-13

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.antmoe.com/api/open/ctf/price?start=2023-05-10&end=2023-05-13'

返回响应

🟢200成功
application/json
Body
data
array [object {9}] 
必需
id
string 
必需
todayPriceHK
integer 
必需
足金(首饰、摆件类)
todayPriceRMB
integer 
必需
工艺品(金条、金章类)
todayPriceTzjt
integer 
投资黄金类
必需
touziZuboPrice
integer 
投资铂金类
必需
baiJianHJPrice
integer 
黄金回收服务金价
必需
touziZuboHJPrice
integer 
铂金回收服务金价
必需
inputTime
string 
输入时间
必需
createTime
string 
数据创建时间
必需
status
integer 
必需
message
string 
必需
success
boolean 
必需
示例
{
  "data": [
    {
      "id": "645efd300fe8e2da052a6943",
      "todayPriceHK": 585,
      "todayPriceRMB": 575,
      "todayPriceTzjt": 522,
      "touziZuboPrice": 340,
      "baiJianHJPrice": 432,
      "touziZuboHJPrice": 224,
      "inputTime": "2023-05-13 09:29:02",
      "createTime": "2023-05-13T03:00:00.429Z"
    },
    {
      "id": "645e709eacbfb33ceff74708",
      "todayPriceHK": 587,
      "todayPriceRMB": 577,
      "todayPriceTzjt": 523,
      "touziZuboPrice": 347,
      "baiJianHJPrice": 433,
      "touziZuboHJPrice": 230,
      "inputTime": "2023-05-13 00:02:00",
      "createTime": "2023-05-12T17:00:14.510Z"
    },
    {
      "id": "645e46601426fc31f1e05c21",
      "todayPriceHK": 587,
      "todayPriceRMB": 577,
      "todayPriceTzjt": 523,
      "touziZuboPrice": 347,
      "baiJianHJPrice": 433,
      "touziZuboHJPrice": 230,
      "inputTime": "2023-05-12 09:58:00",
      "createTime": "2023-05-12T14:00:00.304Z"
    },
    {
      "id": "645ce6d0f6722a6176c7ba39",
      "todayPriceHK": 591,
      "todayPriceRMB": 581,
      "todayPriceTzjt": 527,
      "touziZuboPrice": 353,
      "baiJianHJPrice": 435,
      "touziZuboHJPrice": 234,
      "inputTime": "2023-05-11 09:41:00",
      "createTime": "2023-05-11T13:00:00.371Z"
    }
  ],
  "status": 0,
  "message": "success",
  "success": true
}
修改于 2023-05-18 06:30:24
上一页
刷新周大福价格
下一页
bark 推送
Built with