|
@@ -131,21 +131,31 @@ class Send_sms_adminAction extends Action
|
|
|
}
|
|
|
|
|
|
$data[$key]['mobile'] =$countryMobile.$list['tel'];
|
|
|
+ $appkey='FH1W2L97';
|
|
|
+ $secretkey='OCio2JBh';
|
|
|
if($uid==7){//--牛信云 yolissahair
|
|
|
$x_smtpapi[] = $countryMobile.$list['tel'];
|
|
|
$from=18332604755;
|
|
|
+ $appkey='fm6S6TTz';
|
|
|
+ $secretkey='PNQzoBIk';
|
|
|
}
|
|
|
if($uid==5){//--牛信云 asteriahair
|
|
|
$x_smtpapi[] = $countryMobile.$list['tel'];
|
|
|
$from=18332359525;
|
|
|
+ $appkey='FH1W2L97';
|
|
|
+ $secretkey='OCio2JBh';
|
|
|
}
|
|
|
if($uid==1){//--牛信云 alipearlhair
|
|
|
$x_smtpapi[] = $countryMobile.$list['tel'];
|
|
|
$from=18447116894;
|
|
|
+ $appkey='qQcsCT7e';
|
|
|
+ $secretkey='2Z9dyFyn';
|
|
|
}
|
|
|
if($uid==6){//--牛信云 supernovahair
|
|
|
$x_smtpapi[] = $countryMobile.$list['tel'];
|
|
|
$from=18447117128;
|
|
|
+ $appkey='4CdNKjBj';
|
|
|
+ $secretkey='lVd866Tx';
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -157,8 +167,8 @@ class Send_sms_adminAction extends Action
|
|
|
);
|
|
|
if($uid==7||$uid==1||$uid==6||$uid==5){//--牛信云
|
|
|
$params = array(
|
|
|
- 'appkey' => 'FH1W2L97',
|
|
|
- 'secretkey' =>'OCio2JBh',
|
|
|
+ 'appkey' => $appkey,
|
|
|
+ 'secretkey' =>$secretkey,
|
|
|
'phone' => $x_smtpapi,
|
|
|
'content' => $content,
|
|
|
'source_address' => $from,
|