bianjunhui 2 年之前
父節點
當前提交
ba7dbde523
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
     }