|
@@ -254,7 +254,8 @@ class Application extends Base
|
|
|
$s_institution = DB::table('institution')->where('id',$application_info['remote_institution_id'])->field('name')->find();
|
|
|
$tel = '18910184804';
|
|
|
$type = '发起申请';
|
|
|
- $content = $x_institution['name'].'医院的'.$doctor['realname'].'医生向上级'.$s_institution['name'].'医院的'.$dinfo['realname'].'医生发起了申请,该申请于'.date('H:i',strtotime('+1 hour')).'过期,单子的申请单id是'.$aid;
|
|
|
+ $content = '许春思您好,这是一条测试远程申请的短信';
|
|
|
+ // $x_institution['name'].'医院的'.$doctor['realname'].'医生向上级'.$s_institution['name'].'医院的'.$dinfo['realname'].'医生发起了申请,该申请于'.date('H:i',strtotime('+1 hour')).'过期,单子的申请单id是'.$aid;
|
|
|
send_message::sendSms2Self($tel,$type,$content);
|
|
|
// }
|
|
|
}
|