first236108/slide-capcha
Composer 安装命令:
composer require first236108/slide-capcha
包简介
a free slide picture capcha library.
README 文档
README
description
slide capcha,it is free, as original author (weiyingbin) said that many verification code need charged. So, try this. This library is tncode's upgrade, thinks for weiyingbin, hope no infringement.
for install
composer require first236108/slide-capcha
document
for detail, please reference the example. Just need to pay attention, first, the API return data must include status field; and second, the format of picture is png; finally,the form handle is id, like this:
<form id="form1">
<input type="text" name="">
<!--……-->
<button type="button" class="tncode"></button>
</form>
<script >
tncode.init({
imageUrl: '/make.php',
submit: '/login.php',
form: 'form1', //form handle
method: 'post',
success: 'ok', //status
onsuccess: function (res) {
console.log(res);
debugger;
location.href = res.url;
}
});
</script>
统计信息
- 总下载量: 218
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-12