From 013e055795f0e35f56fdaf4dabf21949e863e785 Mon Sep 17 00:00:00 2001 From: ruth Date: Sun, 12 Nov 2023 21:44:44 +0900 Subject: [PATCH] =?UTF-8?q?kakao=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/index.html b/src/index.html index d9f62f3..6c02283 100644 --- a/src/index.html +++ b/src/index.html @@ -318,19 +318,6 @@

Vanilla JavaScript App

console.log(responseData); document.querySelector('#script').textContent = responseData; - Kakao.init('391acf89e1f687dc86a1818add37f25a'); // 초기화 - - function sendLink() { // 카카오톡 공유하기 - Kakao.Link.sendDefault({ - objectType: 'text', - text: '안녕하세요, 원콜 서비스를 이용하려 합니다. 물금역에서 대전역으로 12월 11일 오후 12시 23분에 출발하는 기차 승차권 3매를 예매하고 싶어요. 제 이름은 홍길동입니다.', - link: { - mobileWebUrl: 'https://developers.kakao.com/docs/js/kakaotalklink#텍스트-템플릿-보내기', - webUrl: 'https://developers.kakao.com/docs/js/kakaotalklink#텍스트-템플릿-보내기', - }, - }) - } - } catch (error) { // 오류 처리 console.error('Error submitting form:', error); @@ -341,6 +328,20 @@

Vanilla JavaScript App

// submitRowAsync('departureValue', 'arrivalValue', 'dateValue', 'timeValue'); +