發(fā)表日期:2014-10 文章編輯:小燈 瀏覽次數(shù):3255
驗(yàn)證碼主要是用來(lái)防止機(jī)器人注冊(cè)無(wú)意義的賬號(hào),用戶可根據(jù)實(shí)際情況選擇是否開(kāi)始。
關(guān)閉或開(kāi)啟驗(yàn)證碼需要修改以下兩個(gè)配置文件:
1、framework/config/config_www.php
2、framework/config/config_api.php
將值:
$config["is_vcode"]=true;
改成:
$config["is_vcode"]=false;
登錄請(qǐng)求:
地址:http://網(wǎng)址/api.php?c=login&user=賬號(hào)&pass=密碼&_chkcode=驗(yàn)證碼
返回:Json字段
代碼:
$('#login_post_form').submit(function(){$(this).ajaxSubmit({url:api_url('login'),type:'post',dataType:'json',success:function(rs){if(rs.status=='ok'){varback=$("#_back").val();if(!back||back=='undefined'||back==window.location.href){back=webroot;}$.phpok.go(back);}else{if(!rs.content){rs.content='登錄失敗';}alert(rs.content);returnfalse;}}});returnfalse;});
日期:2018-09 瀏覽次數(shù):3988
日期:2014-10 瀏覽次數(shù):3328
日期:2014-10 瀏覽次數(shù):3089
日期:2014-10 瀏覽次數(shù):3144
日期:2014-10 瀏覽次數(shù):3209
日期:2014-10 瀏覽次數(shù):3144
日期:2014-10 瀏覽次數(shù):3213
日期:2014-10 瀏覽次數(shù):3195
日期:2014-10 瀏覽次數(shù):3200
日期:2014-10 瀏覽次數(shù):3238
日期:2014-10 瀏覽次數(shù):3402
日期:2014-10 瀏覽次數(shù):2960
日期:2014-10 瀏覽次數(shù):3126
日期:2014-10 瀏覽次數(shù):3243
日期:2014-10 瀏覽次數(shù):3018
日期:2014-10 瀏覽次數(shù):3255
日期:2014-10 瀏覽次數(shù):3074
日期:2014-10 瀏覽次數(shù):3237
日期:2014-10 瀏覽次數(shù):3029
日期:2014-10 瀏覽次數(shù):3299
日期:2014-10 瀏覽次數(shù):3049
日期:2014-10 瀏覽次數(shù):3091
日期:2014-10 瀏覽次數(shù):3101
日期:2014-10 瀏覽次數(shù):3805
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.