bianjunhui 2 년 전
부모
커밋
1bc6ce10bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Message.php

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

@@ -83,7 +83,7 @@ class Message extends Api
         if($one_push['template_image']){
             $request = Request::instance();
             $domain=$request->domain();
-            $images['image'] = $domain.$one_push['template_image'];
+            $images['id'] = $domain.$one_push['template_image'];
             $notification->setIosAttachments($images);
         }
         return $notification;