import { fetch } from 'wix-fetch'; export function getAccessToken(code) { const LINE_CHANNEL_ID = 'YOUR_CHANNEL_ID'; const LINE_CHANNEL_SECRET = 'YOUR_CHANNEL_SECRET'; const REDIRECT_URI = 'YOUR_REDIRECT_URI'; const tokenPayload = { grant_type: 'authorization_code', code: code, redirect_uri: REDIRECT_URI, client_id: LINE_CHANNEL_ID, client_secret: LINE_CHANNEL_SECRET }; return fetch('https://api.line.me/oauth2/v2.1/token', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams(tokenPayload) }) .then(response => { if (!response.ok) throw new Error('Network response was not ok'); return response.json(); }); }
top of page
英國 GOLDRING | 百年傳承、持續創新

兩個來自捷克的兄弟Heinrich & Julius Scharf 以​ Gebrüder Scharf 的名字開始製造有關於留聲機相關的零組件,其中主要的業務為留聲機的拾音針,這項產品算是現行黑膠唱頭的祖宗。


自今GOLDRING以超過百年的經驗持續在黑膠唱頭領域提供物超所值的產品。

未命名_edited.png

GOLDRING在許多玩家心中在MM唱頭領域,聲音的表現絕對是不會輸給入門萬把塊的MC唱頭,如果你剛好有個還不錯的唱盤要替換唱頭不想一次花太多錢,GOLDRING唱盤會是個正確的選擇。

1042_1.jpeg

MM CARTRIDGE

MM 唱頭​

未命名.jpg

MC CARTRIDGE

MC 唱頭

Milty.jpg

MILTY 

MILTY 黑膠配件

bottom of page