ECshop是作为中国高知名度的开源商城软件,帮助100万+企业创建了独特、差异化的品牌体验,支持不断变化的客户消费模式。最近小编知道了ECshop更新到4.6版本了,之前的短信插件也无法使用了,小编也整理了一下,下面带着大家一起进行新版本的替换。我们使用的短信接口是我们短信宝短信群发平台的短信接口,我们短信宝短信平台十分稳定,发送速度快,注册就送测试短信,推荐大家使用。
打开项目:\ecshop\includes\cls_sms.php 修改短信发送方法 大概在110行
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
|
function send($phones,$msg,$send_date = '' , $send_num = 1,$sms_type= '' ,$version= '1.0' ) { /* 检查发送信息的合法性 */ $contents=$ this ->get_contents($phones, $msg); if (!$contents) { $ this ->errors[ 'server_errors' ][ 'error_no' ] = 3; //发送的信息有误 return false ; } foreach($contents as $key=>$val){ $send_str[ 'm' ]= trim($val[ 'phones' ]); $send_str[ 'c' ]=$val[ 'content' ]; $send_str[ 'u' ]=$GLOBALS[ '_CFG' ][ '短信宝账号' ]; $send_str[ 'p' ]=MD5($GLOBALS[ '_CFG' ][ '短信宝密码' ]); $result = file_get_contents($api_url.http_build_query($send_str)); if ($result!=0 ) { delete_yunqi_code(); } } if ($result == '0' ) { return true ; } else { delete_yunqi_code(); return false ; } } |
好了经过以上的添加,ECshopV_4.6系统增加手机验证就已经安装成功,可以正常使用了
报备一下短信宝的VIP模板,这样就可以走短信宝的优质通道了,即便遇到敏感文字我们都不会人工审核,短信内容3~5秒就可送达。
另外:我们已经开发好完整的,ECshopV_4.6系统短信宝插件,点击此链接 下载及查看安装流程。
最新更新
电商类
CMS类
微信类