|
@@ -486,7 +486,7 @@ class Plantask extends Controller
|
|
|
|
|
|
/////////////////////////////////////////下面都是工具方法////////////////////////////////////////////////
|
|
|
|
|
|
- public function whatapp($receive_mobile,$template,$code,$parameters){
|
|
|
+ private function whatapp($receive_mobile,$template,$code,$parameters){
|
|
|
if(empty($receive_mobile)){return true;}
|
|
|
|
|
|
$token = config('site.whatsapp_token');
|