你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
问答社区
输入关键字进行搜索
搜索:
发现
话题
帮助
登录
1.7版本在后台安装了互亿无线短信这个插件,可以收到短信验证码,但是在前台商家入驻注册的时候一直提示验证码错误,这是什么原因呢?
没有找到相关结果
已邀请:
与内容相关的链接
提交
关注的人
时间
票数
2 个回复
135****4166
赞同来自:
模板堂-黄博威
参见:
https://wenda.ecjia.com/index.php?m=question&c=index&a=init&id=184
修改文件:
\content\apps\franchisee\merchant.php
226行改为:
$response = RC_Api::api('sms', 'send_event_sms', $options);
$_SESSION['temp_mobile'] = $mobile;
$_SESSION['temp_code'] = $code;
$_SESSION['temp_code_time'] = RC_Time::gmtime();
if (is_ecjia_error($response)) {
return $this->showmessage($response->get_error_message(), ecjia::MSGTYPE_JSON | ecjia::MSGSTAT_ERROR);
}
else {
return $this->showmessage('手机验证码发送成功,请注意查收', ecjia::MSGTYPE_JSON | ecjia::MSGSTAT_SUCCESS);
}
要回复问题请先
登录
或
注册
相关问题
会员关联“用户验证成功,获取用户信息失败”
ecjia 1.7 互亿无线短信相关问题及解决方法
【发货短信通知】不显示“变量”值
H5手机端访问商品提示“不存在的信息”
PC版人气榜单点开后再点击商品提示无商品信息
升级1.8后出现<b>Fatal error</b>:错误怎么处理?
安装提示Whoops! Looks like something went wrong.
升级1.12错误 Error in exception handler.
配送员app 有语音提示吗
到家后台设置配送方式 为 上门取货,H5下单,提示订单不存在
问题状态
最新活动:
2017-08-24 01:36
浏览:
3048
关注:
3
人
2 个回复
135****4166
赞同来自: 模板堂-黄博威
https://wenda.ecjia.com/index.php?m=question&c=index&a=init&id=184
修改文件:
\content\apps\franchisee\merchant.php
226行改为:
$response = RC_Api::api('sms', 'send_event_sms', $options);
$_SESSION['temp_mobile'] = $mobile;
$_SESSION['temp_code'] = $code;
$_SESSION['temp_code_time'] = RC_Time::gmtime();
if (is_ecjia_error($response)) {
return $this->showmessage($response->get_error_message(), ecjia::MSGTYPE_JSON | ecjia::MSGSTAT_ERROR);
}
else {
return $this->showmessage('手机验证码发送成功,请注意查收', ecjia::MSGTYPE_JSON | ecjia::MSGSTAT_SUCCESS);
}