phonepe business otp 模式
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user