首先用postman測試壹下接口。
根據請求模式將數據存儲在數據庫中。
首先用postman測試壹下接口。
通過url,選擇對應的請求方式、頭和數據格式,點擊發送,看看能不能得到數據。
根據請求模式將數據存儲在數據庫中。
下面是post請求模式def get()URL = ' ' HEADERS = { ' content-type ':' application/JSON ' } JSON = { } response = request . post(URL,headers=HEADERS,Json=JSON) #json.loads()用於將str數據轉換為dict JSON data = JSON . load(response . txt)for I in JSON data:date 1 = I[data]。Type1 = i[type]...#拼接sql語句SQL = " " conn = mysqldb . connect(host = " localhost ",user="root ",passwd="sa ",db = " my table ")cursor = conn . cursor()ursor . execute(SQL)