|
|
|
|
@ -86,7 +86,7 @@ public static function SendYanZhengMaCode($r_yyid,$tel,$code){
|
|
|
|
|
self::get($url,"短信发送");
|
|
|
|
|
}
|
|
|
|
|
//通用短信发送
|
|
|
|
|
public static function PublicSendMsg($type,$r_yyid,$tel,$msg)
|
|
|
|
|
public static function PublicSendMsg($type,$r_yyid,$tel,$name,$msg)
|
|
|
|
|
{
|
|
|
|
|
if($r_yyid==1){
|
|
|
|
|
$yyid=6;
|
|
|
|
|
@ -96,7 +96,7 @@ public static function PublicSendMsg($type,$r_yyid,$tel,$msg)
|
|
|
|
|
$yyid=2;
|
|
|
|
|
$yy_name="现代妇儿府城院区";
|
|
|
|
|
}
|
|
|
|
|
$url=self::$BaseUrl."/tuisong.aspx?yyid=".$yyid."&type=".$type."3&mobile=".$tel."&msg1=".urlencode($msg);
|
|
|
|
|
$url=self::$BaseUrl."/tuisong.aspx?yyid=".$yyid."&type=".$type."&mobile=".$tel."&msg1=".urlencode($name)."&msg2=".urlencode($msg);
|
|
|
|
|
self::get($url,"短信发送");
|
|
|
|
|
}
|
|
|
|
|
//获取优惠卷类型
|
|
|
|
|
|