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;
     }