bianjunhui 2 gadi atpakaļ
vecāks
revīzija
ba7dbde523
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      application/api/controller/Message.php

+ 2 - 2
application/api/controller/Message.php

@@ -78,8 +78,8 @@ class Message extends Api
         return $notification;
     }
 
-    public function send($enContent,$segment){
-        $notification = $this->createNotification($enContent,$segment);
+    public function send($one_push){
+        $notification = $this->createNotification($one_push);
         $result = $this->apiInstance->createNotification($notification);
         return $result;
     }