This commit is contained in:
aaron 2025-03-27 16:18:20 +08:00
parent 42c175cb43
commit 651a59587f
2 changed files with 2 additions and 1 deletions

View File

@ -451,7 +451,8 @@ class WeChatClient:
print(f"path: {path}")
params = {
"page": path,
"scene": query
"scene": query,
"env_version": "release" if not settings.DEBUG else "develop"
}
try:
async with aiohttp.ClientSession() as session:

Binary file not shown.