This commit is contained in:
yumoqing 2026-07-17 10:58:28 +08:00
parent 0b6d5e1695
commit 8972085696

View File

@ -176,7 +176,7 @@ class WechatGateway(Gateway):
ret = await resp.json()
debug(f'{ret=}')
return ret.get("h5_url")
except EXception as e:
except Exception as e:
exception(f'{e}, {url=}, {body_str=}, {auth=}')
raise e
return None