import requests # 每天下午5点运行一次 URL = 'http://www.pujianghui.work/cq/volunteer/scheduled_tasks/next_day_reminder/' res = requests.get(URL) print(res)