Skip to content

Commit c45b7b0

Browse files
Update send_brand_message.php
1 parent f799ec5 commit c45b7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/send_brand_message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Nurigo\Solapi\Services\SolapiMessageService;
1212

1313
/**
14-
* 카카오 알림톡(이미지 알림톡 포함, 이미지 알림톡은 별도의 추가 파라미터가 없습니다) 발송 예제
14+
* 카카오 브랜드 메시지 템플릿 유형 발송 예제
1515
* 수신번호에 반드시 -, * 등 특수문자를 제거하여 기입하셔야 합니다! 예) 01012345678
1616
*/
1717
try {
@@ -65,4 +65,4 @@
6565
print_r($exception->getMessage());
6666
} catch (Exception $exception) {
6767
print_r($exception->getMessage());
68-
}
68+
}

0 commit comments

Comments
 (0)