bugfix
This commit is contained in:
parent
0cebfd140f
commit
d6aa61795a
@ -173,6 +173,7 @@ class WechatGateway(Gateway):
|
||||
"Content-Type": "application/json"
|
||||
}) as resp:
|
||||
ret = await resp.json()
|
||||
debug(f'{ret=}')
|
||||
return ret.get("h5_url")
|
||||
except EXception as e:
|
||||
exception(f'{e}, {url=}, {body_str=}, {auth=}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user