Skip to content

腾讯防水墙、滑动验证、类似bilibili滑动验证码

License

Notifications You must be signed in to change notification settings

akFace/eros-plugin-ios-TencentCaptcha

Repository files navigation

eros-plugin-ios-TencentCaptcha

Eros 腾讯防水墙插件

示例

集成

  • 1、在iOS项目文件夹的Podfile中添加以下代码,然后执行 pod update
pod 'TencentCaptcha', :git => 'https://github.com/kang558/eros-plugin-ios-TencentCaptcha.git', :tag => '0.0.2'

使用方法

const tencentCaptcha = weex.requireModule('tencentCaptcha');
  
tencentCaptcha.showCaptcha('appid', (result) => {
  if (result.ret === 0) {
     // 验证成功
  } else {
      // 验证失败
  }
});

更新日志

0.0.2

  • bugfix;