bugfix
This commit is contained in:
parent
0b6d5e1695
commit
8972085696
@ -176,7 +176,7 @@ class WechatGateway(Gateway):
|
|||||||
ret = await resp.json()
|
ret = await resp.json()
|
||||||
debug(f'{ret=}')
|
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=}')
|
||||||
raise e
|
raise e
|
||||||
return None
|
return None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user