bianjunhui 2 lat temu
rodzic
commit
ba7dbde523
1 zmienionych plików z 2 dodań i 2 usunięć
  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;
     }