To run the example project, clone the repo, and run pod install from the Example directory first.
FabricInputPassword is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'FabricInputPassword' FabricInputPassword.verify(environment: .release, merId: "", merSysId: "", merUserId: "", merOrderId: "") { url in
/// 点击找回密码,调用您当前App中跳转H5链接的的方法
} success: { pwdToken in
/// 验证密码成功后返回的pwdToken
}
haiqing.xu, [email protected]
FabricInputPassword is available under the MIT license. See the LICENSE file for more info.