north 7 年之前
父節點
當前提交
20ba3892a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/protected/components/CommonSMS.php

+ 1 - 1
www/protected/components/CommonSMS.php

@@ -41,7 +41,7 @@ class CommonSMS{
                 Service::factory('SendSMSService')->tpl_send_sms(2273368,'#user_name#='.$params['user_name'].'&#store#='.$params['store'].'&#kill#='.$params['kill'],$params['mobile']);
                 break;
                 case 'jrecord_d'://面试
-                Service::factory('SendSMSService')->tpl_send_sms(2338986,'#name#='.$params['name'].'&#year#='.$params['year'].'&#month#='.$params['month'].'&#day#='.$params['day'].'&#phone#='.$params['phone'].'&#product#='.$params['product'].'&#date#='.$params['date'],$params['mobile']);
+                Service::factory('SendSMSService')->tpl_send_sms(2338986,'#name#='.$params['name'].'&#year#='.$params['year'].'&#month#='.$params['month'].'&#day#='.$params['day'].'&#mobile#='.$params['phone'].'&#product#='.$params['product'].'&#date#='.$params['date'],$params['mobile']);
                 break;
             default:
                 return false;