'fix/实现五大厂商推送,与通知中心接口功能'

This commit is contained in:
左辰勇
2026-07-17 11:03:17 +08:00
parent d6016c12f9
commit dd15c5dc97
35 changed files with 2721 additions and 430 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
REM Push test #4 withdraw_failed (1 notification per run, random amount + reason).
REM Works from ANY directory (locates project root + venv python by itself):
REM scripts\test_push_withdraw_failed.bat
REM Extra args pass through, e.g.: test_push_withdraw_failed.bat --cents 350
REM ASCII-only comments: cmd parses .bat in the console codepage (GBK), UTF-8
REM Chinese here gets mangled into bogus commands.
cd /d "%~dp0.."
".venv\Scripts\python.exe" "scripts\test_push_withdraw_failed.py" %*