- open模块
- 博客信息类
- 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