mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-23 01:13:08 +08:00
feat: verify server when receive message in wechatmp
This commit is contained in:
@@ -20,6 +20,7 @@ class Query:
|
||||
|
||||
def POST(self):
|
||||
try:
|
||||
verify_server(web.input())
|
||||
request_time = time.time()
|
||||
channel = WechatMPChannel()
|
||||
message = web.data() # todo crypto
|
||||
|
||||
Reference in New Issue
Block a user