From f6e533c6b647bc6f6f0434e5209a0d41bc0257b1 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 8 May 2019 11:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E7=94=A8=E6=8E=88=E6=9D=83=E7=9A=84?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/account_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index d58b9bdf..60096a22 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -1060,7 +1060,7 @@ class AccountController < ApplicationController unless apply_action.present? ApplyAction.create(:user_id => User.current.id, :status => 0, :ip_addr => request.remote_ip, :container_type => "TrialAuthorization", :apply_reason => params[:apply_reason]) begin - status = Trustie::Sms.send(mobile:18175896138, send_type:'user_apply_auth',name:'管理员' ) + status = Trustie::Sms.send(mobile:17680641960, send_type:'user_apply_auth',name:'管理员' ) rescue => e Rails.logger.error "发送验证码出错: #{e}" end