修复了支付宝 fucha 逻辑

This commit is contained in:
2026-07-09 20:28:12 +08:00
parent bf1088d0c5
commit f702c13422

View File

@@ -1109,6 +1109,8 @@ class CreateOrderView(APIView):
club_id=club_id,
)
qr_image = qr_link_to_base64(pay_url)
# 标记支付宝订单fucha 接口据此跳过微信查询,直接等异步回调更新状态)
cache.set(f'alipay_pay_url_{dingdanid}', pay_url, 60 * 30)
return {
'qr_code': pay_url,
'qr_image': qr_image,