网站集成飞信短信发送

2016-07-07 15:06 来源:www.chinab4c.com 作者:ecshop专家

这个功能不错,支持

回答:
谢谢楼主,我用了,试一下行不行~~

这个不行我看过这样的帖子好像对服务器有要求呀

晕,怎么我装了,确认订单时出现"无效网页",,真晕~~

貌似只能为开通飞信服务的客户发端信

建议修改成:
顾客注册时,系统中飞信自动以验证名义发出短信加顾客好友,然后就可以实现飞信通知顾客订单和发货信息了。

Fatal error: PHP was not built with --with-curl, rebuild PHP to use the curl class. in E:\wwwroot\jiasheng\wwwroot\includes\class.curl.php on line 15

我的提示这个错误!点提交订单就出现这个错误!

非常希望有用

这个对用户沟通有很好的效果

下单后提示:
Fatal error: PHP was not built with --with-curl, rebuild PHP to use the curl class. in D:\AppServ\www\eshop\includes\class.curl.php on line 15

function curl($theURL=null)
{
if (!function_exists('curl_init'))
{
trigger_error('PHP was not built with --with-curl, rebuild PHP to use the curl class.', E_USER_ERROR) ; }//执行到这里来了
$this->m_handle = curl_init() ;
$this->m_caseless = null ;
$this->m_header = null ;
$this->m_options = null ;
$this->m_status = null ;
$this->m_followed = null ;

if (!empty($theURL))
{
$this->setopt(CURLOPT_URL, $theURL) ;
}
$this->setopt(CURLOPT_HEADER, false) ;
$this->setopt(CURLOPT_RETURNTRANSFER, true) ;
}

这个好像不行啊