获取周大福历史价格
开发中GET
/open/ctf/price最后修改时间: 2 年前
请求参数
Query 参数
start
string
开始日期
示例值:
2023-05-10
end
string
结束日期
示例值:
2023-05-13
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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
}
最后修改时间: 2 年前