27 lines
897 B
Python
27 lines
897 B
Python
# Source: https://github.com/back-101/zyqinglong/blob/main/FCAPI.py
|
|
# Raw: https://raw.githubusercontent.com/back-101/zyqinglong/main/FCAPI.py
|
|
# Repo: back-101/zyqinglong
|
|
# Path: FCAPI.py
|
|
# UploadedAt: 2026-03-16T04:42:35Z
|
|
# SHA256: 8f67b1f15f44591d48f12216dc4a28f781ba25b80af1c1cbc321af55f46c983f
|
|
# 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('发财网API中转站');
|
|
# cron: 0 0 12 * * *
|
|
from checkin_core import run_checkin
|
|
|
|
if __name__ == "__main__":
|
|
run_checkin(
|
|
env_name="fc_cookies",
|
|
base_url="https://ai.facai.cloudns.org",
|
|
origin="https://ai.facai.cloudns.org",
|
|
referer="https://ai.facai.cloudns.org/console/personal",
|
|
notify_title="发财网API",
|
|
)
|