destoon V6.0 新用户注册收不到手机短信验证码的解决办法
destoon V6.0 新用户注册收不到手机短信验证码,如图:官方解决方案:
打开根目录下 include/global.func.php 文件,查找如下代码:
$code = dcurl('file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttp://sms.destoon.com:8820/send.php', $data);
把其中的":8820"去掉,即修改为
$code = dcurl('file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttp://sms.destoon.com/send.php', $data);
页:
[1]