tpl_send_sms(1594478,'#month#='.$params['month'].'&#day#='.$params['day'].'&#address#='.$params['address'],$params['mobile']); break; case 'final_order'://订单完成后发送短信 Service::factory('SendSMSService')->tpl_send_sms(1594588,'#name#='.$params['name'].'&#num#='.$params['num'],$params['mobile']); // Service::factory('SendSMSService')->tpl_send_sms(862005,'#name#='.$params['name'],$params['mobile']); break; case 'order_pay_success'://订单支付成功后发送短信 Service::factory('SendSMSService')->tpl_send_sms(1594484,'#month#='.$params['month'].'&#day#='.$params['day'].'&#address#='.$params['address'].'&#info#='.$params['info'].'&#master#='.$params['master'],$params['mobile']); break; case 'yuezihuisuo_code'://订单支付成功后发送短信 Service::factory('SendSMSService')->tpl_send_sms(1876802,'#code#='.$params['code'],$params['mobile']); break; case 'yiguanjia_code'://订单支付成功后发送短信 Service::factory('SendSMSService')->tpl_send_sms(1997758,'#code#='.$params['code'],$params['mobile']); break; case 'jinguojiazheng_code'://订单支付成功后发送短信 Service::factory('SendSMSService')->tpl_send_sms(2163484,'#code#='.$params['code'],$params['mobile']); break; case 'jinguo_order_retrieve'://订单退款后发送短信 Service::factory('SendSMSService')->tpl_send_sms(1594478,'#user_name#'.$params['user_name'].'&#year#'.$params['year'].'&#month#='.$params['month'].'&#day#='.$params['day'].'&#hour#'.$params['hour'].'&#minute#'.$params['minute'].'&#Interviewt#'.$params['Interviewt'].'&#store#'.$params['store'].'&#address#='.$params['address'].'&#phone#='.$params['phone'],$params['mobile']); break; default: return false; break; } } // 862005 }