phonepe business otp 模式

This commit is contained in:
2026-05-23 23:02:36 +08:00
parent 97d78a72ac
commit ec6fc11a6d
3 changed files with 9 additions and 71 deletions

View File

@@ -34,9 +34,6 @@ export class MobikwikOTPBind extends Component<{
onSuccess: (result: MobikwikPersonalBindResult) => void;
onError: (error: string) => void;
isDebug: boolean;
deviceId: string;
tuneUserId: string;
androidId: string;
initialMobile?: string;
}> {
render() {
@@ -50,11 +47,6 @@ export class MobikwikOTPBind extends Component<{
onSuccess={this.props.onSuccess}
onError={this.props.onError}
isDebug={this.props.isDebug}
additionalParams={{
deviceId: this.props.deviceId,
tuneUserId: this.props.tuneUserId,
androidId: this.props.androidId,
}}
initialMobile={this.props.initialMobile}
/>
);