소스 검색

fix content type

tags/1.1
0nepeop1e 4 년 전
부모
커밋
e699731b0e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/MirfalahTransport.php

+ 3
- 0
src/MirfalahTransport.php 파일 보기

@@ -79,6 +79,9 @@ class MirfalahTransport implements Swift_Transport
79 79
                 'apiKey' => $this->apiKey,
80 80
                 'signature' => hash_hmac('sha1', $body, $this->secret),
81 81
             ],
82
+            RequestOptions::HEADERS => [
83
+                'Content-Type' => 'text/plain; charset=utf-8',
84
+            ],
82 85
             RequestOptions::BODY => $body,
83 86
         ]);
84 87
     }

Loading…
취소
저장