하량이 [1399462] · MS 2025 · 쪽지

2025-07-27 23:33:17
조회수 68

게시글 덕코 전송

게시글 주소: https://orbi.kr/00074020255

(async () => {

    const rawId = window.location.pathname.split("/")[1];

    const POST_ID = rawId.substring(3); 

    const DEOKKO_AMOUNT = 1;


    try {

        const response = await fetch(`https://orbi.kr/api/v1/board/post/${POST_ID}/send_xdk`, {

            method: 'POST',

            headers: { 'Content-Type': 'application/json' },

            body: JSON.stringify({ value: DEOKKO_AMOUNT })

        });


        if (!response.ok) {

            const errorData = await response.json();

            throw new Error(errorData.message || "Unknown error");

        }


        const result = await response.json();

        console.log(`덕코 ${DEOKKO_AMOUNT}개 전송 완료 → 게시글 ID: ${POST_ID}`, result);

    } catch (error) {

        console.error("덕코 전송 실패:", error.message);

    }

})();




rare-hololive

0 XDK (+21)

  1. 10

  2. 10

  3. 1