fix: lock recharge flow until virtual payment settles

This commit is contained in:
kdletters
2026-06-02 01:47:39 +08:00
parent 1cb11bc1dd
commit 2fdeb34567
13 changed files with 1167 additions and 246 deletions

View File

@@ -183,6 +183,15 @@ export type ConfirmWechatProfileRechargeOrderResponse = {
center: ProfileRechargeCenterResponse;
};
export type WechatProfileRechargeOrderDoneEvent = {
orderId: string;
status: ProfileRechargeOrderStatus;
};
export type WechatProfileRechargeOrderErrorEvent = {
message: string;
};
export type ProfileFeedbackStatus = 'open';
export type ProfileFeedbackEvidenceItemInput = {