27 lines
865 B
Python
27 lines
865 B
Python
# Source: https://github.com/back-101/zyqinglong/blob/main/DGB.py
|
|
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/DGB.py
|
|
# Repo: back-101/zyqinglong
|
|
# Path: DGB.py
|
|
# UploadedAt: 2026-04-01T04:49:35Z
|
|
# SHA256: 088295b00248471126407a7c10abdee790c1800cca0349f240ef4847bb36a7e8
|
|
# 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('DGB中转站');
|
|
# cron: 0 0 12 * * *
|
|
from checkin_core import run_checkin
|
|
|
|
if __name__ == "__main__":
|
|
run_checkin(
|
|
env_name="dgb_cookies",
|
|
base_url="https://freeapi.dgbmc.top",
|
|
origin="https://freeapi.dgbmc.top",
|
|
referer="https://freeapi.dgbmc.top/console/personal",
|
|
notify_title="DGB",
|
|
)
|