@ -69,7 +69,7 @@ class Users::UpdateAccountService < ApplicationService
end
def sms_notify_admin
Educoder::Sms.send(mobile:'18175896138', send_type:'teacher_register', name:'管理员')
Educoder::Sms.send(mobile:'18182021083', send_type:'teacher_register', name:'管理员')
rescue => ex
Util.logger_error(ex)
@ -21,7 +21,7 @@ module Educoder
def self.notify_admin(opt)
opt[:name] = '管理员'
opt[:mobile] = ENV['NOTIFY_ADMIN_PHONE'] || EduSetting.get('notify_admin_phone') || '18711085785'
opt[:mobile] = ENV['NOTIFY_ADMIN_PHONE'] || EduSetting.get('notify_admin_phone') || '18182021083'
send(opt)