with('publisher')->where('id',$order->demand_id)->first(); if(!empty($demand->publisher->contact_phone)) { $smsConfig = config('sms.tencent'); $sms = new SmsService(); $sms->send($smsConfig['templates']['bidding'],['','$demand->id'],$demand->publisher->contact_phone); } }); } }