more testing

pull/1135/head
Chris Caron 2024-06-11 16:21:10 -04:00
parent 7cf6fd6a35
commit 598c054f91
1 changed files with 3 additions and 2 deletions

View File

@ -199,7 +199,8 @@ class NotifyWxPusher(NotifyBase):
# Prepare our headers
headers = {
'User-Agent': self.app_id,
'Content-Type': 'application/json; charset=utf-8',
'Content-Type': 'application/json',
'Accept': 'application/json',
}
# Prepare our payload
@ -213,7 +214,7 @@ class NotifyWxPusher(NotifyBase):
# unsupported at this time
'verifyPay': False,
'verifyPayType': 0,
# 'verifyPayType': 0,
'url': None,
}