修改SNAPI内部路径,修改UA头

This commit is contained in:
2025-09-13 17:13:26 +08:00
parent 8ed1e3a4da
commit f9e1ffe04e
20 changed files with 44 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
from ProjectCfg import DOMAIN
from CallServer import _make_request
from .CallServer import _make_request
from typing import List,Any,Optional,Dict
###==========================帖子管理============================
def GetFeaturedPosts(Authorization: str) -> dict: