文档
测试

气象图查询

POST
/weather/v1/weaImg

接口描述

查询气象图

请求头

参数名
类型
描述
必填
ACCESSTOKEN
string
登录注册时返回的用户ppId
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
data
object
数据字典
必填
date
string
示例:2021-06-16
必填
update_time
string
示例:2021-06-16 12:27:54
必填
data
array
数据列表
必填
pic
string
示例:https://pi.weather.com.cn/i/product/pic/l/sevp_nmc_stfc_sfer_er24_achn_l88_p9_20210616000002400.jpg
必填
title
string
示例:24小时
必填
message
string
示例:查询气象图成功
必填

说明 / 示例

{ "code": 1000, "data": { "date": "2021-06-16", "update_time": "2021-06-16 12:27:54", "data": [ { "pic": "https://pi.weather.com.cn/i/product/pic/l/sevp_nmc_stfc_sfer_er24_achn_l88_p9_20210616000002400.jpg", "title": "24小时" }, { "pic": "https://pi.weather.com.cn/i/product/pic/l/sevp_nmc_stfc_sfer_er24_achn_l88_p9_20210616000004800.jpg", "title": "48小时" }, { "pic": "https://pi.weather.com.cn/i/product/pic/l/sevp_nmc_stfc_sfer_er24_achn_l88_p9_20210616000007200.jpg", "title": "72小时" } ] }, "message": "查询气象图成功" }