当前位置:网站首页>Interface test weather API
Interface test weather API
2022-07-03 06:15:00 【Bobo AI leaves work】
# -*- coding: utf-8 -*-
import requests
url='http://apis.juhe.cn/simpleWeather/query'
data={
'city':' wuhan ',
'key':'bef2ae20fc12a6dd10ebc30e0c4ac659',
}
header={
'Content-Type':'application/json',
}
res=requests.get(url=url, params=data, json=header,)
print(res.status_code)
print(res.json())边栏推荐
猜你喜欢

Merge and migrate data from small data volume, sub database and sub table Mysql to tidb

Disruptor learning notes: basic use, core concepts and principles

tabbar的设置
![[system design] proximity service](/img/4a/2e68536cbe385af1d1a591e674fbf0.png)
[system design] proximity service

ruoyi接口权限校验

Important knowledge points of redis

Bio, NiO, AIO details

23 design models

Creating postgre enterprise database by ArcGIS

Une exploration intéressante de l'interaction souris - pointeur
随机推荐
从 Amazon Aurora 迁移数据到 TiDB
Oracle Database Introduction
Migrate data from Mysql to tidb from a small amount of data
MySQL带二进制的库表导出导入
Project summary --04
IE browser flash back, automatically open edge browser
智牛股--03
Simple handwritten ORM framework
有意思的鼠標指針交互探究
[system design] proximity service
Skywalking8.7 source code analysis (I): agent startup process, agent configuration loading process, custom class loader agentclassloader, plug-in definition system, plug-in loading
Phpstudy setting items can be accessed by other computers on the LAN
Various usages of MySQL backup database to create table select and how many days are left
Jackson: what if there is a lack of property- Jackson: What happens if a property is missing?
Request weather interface format, automation
代码管理工具
冒泡排序的简单理解
POI dealing with Excel learning
【无标题】8 简易版通讯录
The most responsible command line beautification tutorial