We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5cf2f7 + 6ef3982 commit 92f6dfbCopy full SHA for 92f6dfb
1 file changed
examples/javascript/common/src/sms/send_sms.js
@@ -8,7 +8,7 @@ const messageService = new SolapiMessageService(
8
'ENTER_YOUR_API_SECRET',
9
);
10
11
-// 단일 발송 예제, send 메소드로도 동일하게 사용가능
+// 단일 발송 예제
12
messageService
13
.send({
14
to: '수신번호',
0 commit comments