fix: 补全iOS抖音支付SDK回跳URL

This commit is contained in:
Codex
2026-09-11 13:58:55 +08:00
parent f568fa0f7a
commit b6e45cd707
5 changed files with 78 additions and 3 deletions
@@ -1,5 +1,6 @@
export type InitOptions = {
appId: string,
// Host's registered scheme; iOS converts it to <scheme>://dypay for the SDK.
callbackScheme: string,
universalLink?: string | null
}