This commit is contained in:
yumoqing 2026-02-26 11:18:16 +08:00
parent 8ab227ddd3
commit a563f92fd5

View File

@ -22,7 +22,6 @@ async def discount_qrcode(request, params_kw):
fs = FileStorage()
p = fs._name2path(f'{getID()}.png')
config = getConfig()
logopath
gen_qr(url, p, logopath=config.logopath, logoloc='cc')
webp = fs.webpath(p)
async with get_sor_context(env, 'discount') as sor: