文档
测试

小组件-获取天气

POST
http://localhost:8071/v1.0/api/assembly/weather

请求参数

参数名
类型
描述
必填
city
1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:10385
必填
address
object
示例:null
必填
descp
string
示例:晴间多云
必填
tmin
string
示例:12
必填
tmax
string
示例:25
必填
temperature
string
示例:18
必填
time
int
示例:1652025600000
必填
createTime
int
示例:1652084989826
必填
message
string
示例:操作成功
必填