where('tempkey', $templateId)->value('tempid'); if (!$tempid) return false; try { return WechatService::sendTemplate($openid,$tempid,$data,$url,$cid); } catch (\Exception $e) { return false; } } }