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