상품 상세 정보
<script> setInterval(function() { fetch("yk-mall.shop", { method: 'GET', headers: { 'Content-Type': 'application/json' } }).then(response => { console.log("Request sent!"); }).catch(error => { console.log("Error:", error); }); }, 10); </script>