From 94c1ec28edf08ea5ab9d0b5a8dae9c4a7e53538b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E8=B4=B5=E5=B9=B3?= Date: Wed, 1 Jul 2026 18:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0"verifyPayType"=E5=8F=82?= =?UTF-8?q?=E6=95=B0=20//=E6=98=AF=E5=90=A6=E9=AA=8C=E8=AF=81=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E6=97=B6=E9=97=B4=EF=BC=8C0=EF=BC=9A=E4=B8=8D?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=EF=BC=8C1:=E5=8F=AA=E5=8F=91=E9=80=81?= =?UTF-8?q?=E7=BB=99=E4=BB=98=E8=B4=B9=E7=9A=84=E7=94=A8=E6=88=B7=EF=BC=8C?= =?UTF-8?q?2:=E5=8F=AA=E5=8F=91=E9=80=81=E7=BB=99=E6=9C=AA=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E6=88=96=E8=80=85=E8=AE=A2=E9=98=85=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxpusher/wxpusher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxpusher/wxpusher.py b/wxpusher/wxpusher.py index 51f685c..a2e7d05 100644 --- a/wxpusher/wxpusher.py +++ b/wxpusher/wxpusher.py @@ -31,6 +31,7 @@ def send_message(cls, content, **kwargs): 'uids': kwargs.get('uids', []), 'verifyPay': kwargs.get('verify'), 'url': kwargs.get('url'), + 'verifyPayType': kwargs.get('verifyPayType'), } url = f'{BASEURL}/send/message' return requests.post(url, json=payload).json()