dyhhhhhh / read_gk

实现了国家开放平台全自动化刷课时。
5 stars 0 forks source link

<Response [204]> #2

Open callmezhan opened 4 hours ago

callmezhan commented 4 hours ago

url = "https://lms.ouchn.cn/statistics/api/learning-activity" print(requests.request("POST", url, headers=headers, data=json.dumps(local_payload))) print("发送完毕")

运行出来 ,报<Response [204]>,是啥意思呢?

callmezhan commented 4 hours ago

求教

dyhhhhhh commented 3 hours ago

url = “https://lms.ouchn.cn/statistics/api/learning-activity” print(requests.request(“POST”, url, headers=headers, data=json.dumps(local_payload))) print(“发送完毕”)

运行出来 ,报<Response [204]>,是啥意思呢?

204代表服务器已收到请求,但是没有返回数据。返回这个说明正常