支付完成后跳转群消息

This commit is contained in:
yml
2026-06-18 16:06:39 +08:00
parent 275663c4ea
commit a0b5ed2efb
5 changed files with 42 additions and 13 deletions
@@ -23,7 +23,7 @@ const cashier = useOrderPaymentCashier({
notifyError: message => ElMessage.error(message),
notifyInfo: message => ElMessage.info(message),
notifyFallback: message => ElMessage.warning(message),
paidMessage: '支付成功,等待号主交接',
paidMessage: '支付成功,正在进入群消息',
pollIntervalMs: 3000,
qrWidth: 240,
})