0520
This commit is contained in:
@@ -141,7 +141,7 @@ class Login extends CI_Controller
|
||||
|
||||
$this->input->set_cookie(LOGIN_CODE_COOKIE, $this->encryption->encrypt(json_encode($code)), 60 * 5, $domain);
|
||||
// send_sms($mobile, $code);
|
||||
$content = "【理车宝】" . "您的验证码为:{$code},请勿泄露于他人!";
|
||||
$content = "【好店云】" . "您的验证码为:{$code},请勿泄露于他人!";
|
||||
b2m_send_sms($mobile,$content);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,8 @@ require_once APPPATH . 'controllers/wxapp/Wxapp.php';
|
||||
|
||||
class Sms extends Wxapp
|
||||
{
|
||||
private $smsSign = '理车宝';
|
||||
//private $smsSign = '理车宝';
|
||||
private $smsSign = '好店云';
|
||||
|
||||
function __construct($inputs, $app_key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user