This commit is contained in:
yumoqing 2026-07-17 10:56:39 +08:00
parent 0cebfd140f
commit d6aa61795a

View File

@ -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=}')