27 lines
880 B
Python
27 lines
880 B
Python
# Source: https://github.com/back-101/zyqinglong/blob/main/AiPm.py
|
|
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/AiPm.py
|
|
# Repo: back-101/zyqinglong
|
|
# Path: AiPm.py
|
|
# UploadedAt: 2026-03-13T04:15:05Z
|
|
# SHA256: 125ff6e463e1279559086f8786cc3a4987223ac41d2923be61bb587ea8e17e5f
|
|
# Category: APP版/抓包
|
|
# Evidence: cookie/token/authorization/header
|
|
|
|
# -*- coding=UTF-8 -*-
|
|
# @Project QL_TimingScript
|
|
# @fileName AiPm.py
|
|
# @author Leon
|
|
# @EditTime 2026/3/12
|
|
# const $ = new Env('AIPM中转站');
|
|
# cron: 0 0 12 * * *
|
|
from checkin_core import run_checkin
|
|
|
|
if __name__ == "__main__":
|
|
run_checkin(
|
|
env_name="aipm_cookies",
|
|
base_url="https://emtf.aipm9527.online",
|
|
origin="https://emtf.aipm9527.online",
|
|
referer="https://emtf.aipm9527.online/console/personal",
|
|
notify_title="AIPM",
|
|
)
|