91成人在线播放_欧美一区二区视频在线观看_91精品国产高清久久久久久_国产精品久久亚洲不卡4k岛国


待發(fā)短信

在線客服
產(chǎn)品支持 短信寶客服
合作渠道 渠道合作
服務(wù)咨詢

4001-021-502

工作時間

9:00-21:00

微擎V2.7.7新增短信寶短信接口

微擎是一款免費開源的公眾平臺管理系統(tǒng),基于web2.0技術(shù)架構(gòu),他有很多的擴展模塊,二次開發(fā)也非常方便,小編最近發(fā)現(xiàn)微擎升級到了2.7.7版本,今天小編就以微擎2.7.7版本的替換短信接口為例告訴大家如何進行二次開發(fā),使用的短信接口是我們短信寶短信群發(fā)平臺的接口,我們短信寶短信群發(fā)平臺非常穩(wěn)定,發(fā)送速度快,注冊就送測試短信,推薦大家使用

1:打開項目:\web\themes\default\system\user-setting.html 新增短信寶接口頁

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{template 'common/header'}
{template 'system/user-setting-header'}
<form action="" method="post" class="we7-form">
    {if $do == 'login'}
    <div id="login">
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">圖形驗證碼</label>
            <div class="col-sm-8 form-control-static">
                <input type="radio" id="verifycode-1" name="verifycode" {if $settings['verifycode'] == 1} checked="checked" {/if} value="1" />
                <label class="radio-inline" for="verifycode-1">
                    開啟
                </label>
                <input type="radio" id="verifycode-0" name="verifycode" {if $settings['verifycode'] == 0} checked="checked" {/if} value="0" />
                <label class="radio-inline" for="verifycode-0">
                    關(guān)閉
                </label>
                <span class="help-block"> 開啟后,用戶登錄需要輸入圖形驗證碼</span>
            </div>
        </div>
 
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">用戶首頁設(shè)置</label>
            <div class="col-sm-8">
                <select name="welcome_link" class="form-control">
                    <option value="{WELCOME_DISPLAY_TYPE}" {if $settings['welcome_link']==WELCOME_DISPLAY_TYPE}selected{/if}>用戶歡迎頁</option>
                    <option value="{PLATFORM_DISPLAY_TYPE}" {if $settings['welcome_link']==PLATFORM_DISPLAY_TYPE}selected{/if}>平臺</option>
                </select>
                <div class="help-block">統(tǒng)一設(shè)置用戶登錄后跳轉(zhuǎn)的頁面,用戶也可以自行設(shè)置,以用戶設(shè)置的為準</div>
            </div>
        </div>
    </div>
    {/if}
 
    {if $do == 'binding'}
    <div id="binding">
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">強制綁定信息</label>
            <div class="col-sm-8 form-control-static">
                <input type="radio" id="bind_status-0" name="bind" value="" {if empty($settings['bind'])}checked{/if}/>
                <label class="radio-inline" for="bind_status-0">
                    
                </label>
                <input type="radio" id="bind_status-1" name="bind" value="qq" {if $settings['bind'] == 'qq'}checked{/if}/>
                <label class="radio-inline" for="bind_status-1">
                    qq
                </label>
                <input type="radio" id="bind_status-2" name="bind" value="wechat" {if $settings['bind'] == 'wechat'}checked{/if}/>
                <label class="radio-inline" for="bind_status-2">
                    微信
                </label>
                <input type="radio" id="bind_status-3" name="bind" value="mobile" {if $settings['bind'] == 'mobile'}checked{/if}/>
                <label class="radio-inline" for="bind_status-3">
                    手機號
                </label>
                <span class="help-block"> 選擇后,用戶登錄后,將強制綁定所選方式</span>
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">第三方登錄入口</label>
            <div class="col-sm-8 form-control-static">
                <input type="radio" name="oauth_bind" id="oauth_bind-1" value="1" {if $settings['oauth_bind'] == 1}checked{/if} />
                <label class="radio-inline" for="oauth_bind-1">
                    
                </label>
                <input type="radio" name="oauth_bind" id="oauth_bind-0" value="0"  {if $settings['oauth_bind'] == 0}checked{/if}/>
                <label class="radio-inline" for="oauth_bind-0">
                    
                </label>
                <div class="help-block">開啟后,登錄頁面顯示第三方登錄入口,可以登錄已關(guān)聯(lián)賬戶或注冊新帳號</div>
            </div>
        </div>
    </div>
    {/if}
 
    {if $do == 'sms'}
    <div id="sms">
 
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">短信寶賬號</label>
            <div class="col-sm-8">
                <input type="text" name="sms_name" class="form-control" value="{$settings['sms_name']}" />
                <span class="help-block">沒有短信寶賬號?點擊<a class="btn btn-primary span3" target="_blank" href="http://www.gjrencai.com">免費注冊</a></span>
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">短信寶密碼</label>
            <div class="col-sm-8">
                <input type="password" name="sms_password" class="form-control" value="{$settings['sms_password']}" />
            </div>
        </div>
        <div class="form-group">
            <label class="col-sm-2 control-label" style="text-align:left;">短信簽名</label>
            <div class="col-sm-8">
                <input type="text" name="sms_sign" class="form-control" value="{$settings['sms_sign']}" />
            </div>
        </div>
    </div>
    {/if}
 
    <input type="submit" name="submit" value="提交" class="btn btn-primary" style="padding: 6px 50px;">
    <input type="hidden" name="token" value="{$_W['token']}" />
</form>
{template 'common/footer'}

2:打開項目:\web\source\utility\verifycode.ctrl.php 修改下send_code 方法

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
if ('send_code' == $do) {
    $verifycode_table = table('uni_verifycode');
    $row = $verifycode_table->getByReceiverVerifycode($_W['uniacid'], $receiver, '');
 
    $record = array();
    $code = random(6, true);
 
    if (!empty($row)) {
        $imagecode = intval($_GPC['imagecode']);
        $failed_count = table('uni_verifycode')->getFailedCountByReceiver($receiver);
        if ($need_checkcaptcha && $failed_count >= 3) {
            if (empty($imagecode)) {
                iajax(-3, '請輸入圖形驗證碼!');
            }
 
            if (!checkcaptcha($imagecode)) {
                iajax(-1, '圖形驗證碼錯誤!');
            }
        }
 
        if ($row['total'] >= 5) {
            iajax(-1, '您的操作過于頻繁,請稍后再試');
        }
 
        $record['total'] = $row['total'] + 1;
    else {
        $record['uniacid'] = $_W['uniacid'];
        $record['receiver'] = $receiver;
        $record['total'] = 1;
    }
    $record['verifycode'] = $code;
    $record['createtime'] = TIMESTAMP;
 
    if (!empty($row)) {
        pdo_update('uni_verifycode', $record, array('id' => $row['id']));
    else {
        pdo_insert('uni_verifycode', $record);
    }
    if ('email' == $receiver_type) {
        load()->func('communication');
        $content = "您的郵箱驗證碼為: {$code} 您正在使用{$uniacid_arr['name']}相關(guān)功能, 需要你進行身份確認.";
        $result = ihttp_email($receiver, "{$uniacid_arr['name']}身份確認驗證碼", $content);
    else {
        load()->model('cloud');
        $r = cloud_prepare();
        if (is_error($r)) {
            iajax(-1, $r['message']);
        }
        $setting = uni_setting($_W['uniacid'], 'notify');
        $content = "您的短信驗證碼為: {$code} 您正在使用{$uniacid_arr['name']}相關(guān)功能, 需要你進行身份確認";
        $result = cloud_sms_send($receiver, $content, array(), $custom_sign);
        
    /*  $postdata = array('verify_code' => $code, 'module' => $uniacid_arr['name']);
        $result = cloud_sms_send($receiver, '800002', $postdata, $custom_sign);
        */
    }
    if (is_error($result)) {
        iajax(-1, $result['message']);
    }
    iajax(0, '短信發(fā)送成功!');
}

3:打開項目:\web\source\system\usersetting.ctrl.php 在16行左右新增短信配置

?
1
2
3
4
5
6
7
8
9
10
11
if ($do == 'sms') {
    $_W['page']['title'] = '短信配置';
    if (checksubmit('submit')) {
 
        $settings['sms_name'] = $_GPC['sms_name'];
        $settings['sms_password'] = $_GPC['sms_password'];
        $settings['sms_sign'] = $_GPC['sms_sign'];
        setting_save($settings, 'copyright');
        itoast('更新設(shè)置成功!''''success');
    }
}

4:打開項目:\web\source\system\ 新增user-setting-header.html

?
1
2
3
4
5
6
7
<ul class="we7-page-tab">
    <!--<li {if $type == 'system'}class="active"{/if}><a href="{php echo url('system/thirdlogin', array('type' => 'system'))}">系統(tǒng)登錄</a></li>-->
    <li {if $action == 'registerset' && $do == 'display'}class="active"{/if}><a href="{php echo url('user/registerset/display');}">登錄/注冊設(shè)置</a></li>
    <li {if $action == 'thirdlogin'}class="active"{/if}><a href="{php echo url('system/thirdlogin')}">第三方配置</a></li>
    <li {if $do == 'clerk'}class="active"{/if}><a href="{php echo url('user/registerset/clerk')}">應(yīng)用操作員登錄/注冊設(shè)置</a></li>
    <li {if $do == 'sms'}class="active"{/if}><a href="{php echo url('system/usersetting', array('do' => 'sms'))}">短信配置</a></li>
</ul>

5:打開項目:\framework\model\cloud.mod.php 修改cloud_sms_send方法

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
function cloud_sms_send($mobile, $content, $postdata = array(), $custom_sign = '', $use_system_balance = false) {
    global $_W;
    if(!preg_match('/^1\d{10}$/', $mobile) || empty($content)) {
        return error(1, '發(fā)送短信失敗, 原因: 手機號錯誤或內(nèi)容為空.');
    }
    $uniacid = empty($use_system_balance) ? $_W['uniacid'] : 0;
 
    if (empty($uniacid)) {
        $sms_info = cloud_sms_info();
        $balance = empty($sms_info['sms_count']) ? 0 : $sms_info['sms_count'];
        if (!empty($custom_sign)) {
            $sign = $custom_sign;
        }
    else {
        $row = pdo_get('uni_settings' , array('uniacid' => $uniacid), array('notify'));
        $row['notify'] = @iunserializer($row['notify']);
 
        $config = $row['notify']['sms'];
        $balance = intval($config['balance']);
 
        $sign = empty($custom_sign) ? $_W['setting']['copyright']['sms_sign'] : $custom_sign;
        $account_name = empty($_W['account']['type_name']) ? '' : $_W['account']['type_name'];
        $account_name .= empty($_W['account']['name']) ? '' " [{$_W['account']['name']}] ";
    }
    if(empty($sign) || $sign == 'null') {
                $sign = '短信寶';
        }
        //判斷剩余條數(shù)
      if($balance<1){
                return error(-1, '短信發(fā)送失敗, 原因:余額不足');
        
        //短信寶賬號
       // $smsbao_info=pdo_get('uni_settings' , array('uniacid' => $_W['uniacid']), array('copyright'));
        //$smsbao_info=setting_load($key = 'copyright');
        $sms_param['u']=$_W['setting']['copyright']['sms_name'];
        $sms_param['p']=md5($_W['setting']['copyright']['sms_password']);
        $sms_param['m']=$mobile;
        $sms_param['c']='【'.$_W['setting']['copyright']['sms_sign'].'】'.$content;
        $response = file_get_contents("http://api.smsbao.com/sms?".http_build_query($sms_param));
        if (trim($response)!='0') {
        return error($response['errno'], '短信發(fā)送失敗, 原因:'.$response['message']);
        }
 
        if (trim($response)=='0') {
        if (!empty($uniacid)) {
            $row['notify']['sms']['balance'] = $row['notify']['sms']['balance'] - 1;
            if ($row['notify']['sms']['balance'] < 0) {
                $row['notify']['sms']['balance'] = 0;
            }
            pdo_update('uni_settings', array('notify' => iserializer($row['notify'])), array('uniacid' => $uniacid));
            uni_setting_save('notify', $row['notify']);
        else {
            $sms_info['sms_count'] = $sms_info['sms_count'] - 1;
            if ($sms_info['sms_count'] < 0) {
                $sms_info['sms_count'] = 0;
            }
            setting_save($sms_info, 'sms.info');
        }
    }
    return true;
}

經(jīng)過上面的替換,短信寶的短信平臺已經(jīng)替換成功了,可以正常使用了。進行測試發(fā)送:

報備一下短信寶的VIP模板,這樣就可以走短信寶的優(yōu)質(zhì)通道了,即便遇到敏感文字我們都不會人工審核,短信內(nèi)容3~5秒就可送達。

另外:我們已經(jīng)開發(fā)好完整的微擎V_2.7.7系統(tǒng)短信寶插件,點擊此鏈接 下載及查看安裝流程。

開源插件

最新更新

電商類

CMS類

微信類

文章標簽