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
日本 HANA 華 | 精心選材、精確製造

2015年,我非常幸運地再次遇見Excel Sound的創始人岡田正夫先生,我有幸認識他已近40年。隨著對LP播放興趣的重新燃起,岡田先生為我們獨家出口開發了HANA系列動圈唱頭。我們很榮幸能與Excel Sound合作,沒有我們長期的友誼,HANA動圈唱頭是不可能推出的。

HANA系列唱頭的“絢麗和華美”音質如今全球音樂愛好者都能享受到,且不會對設備預算造成極大負擔。事實上,購買HANA唱頭可以讓你購買更多喜愛的黑膠唱片——這才是購買一個好唱頭的真正原因!

Youtek Corporation 石原弘士

header-logo-70px_edited.jpg
Hana+ML+Phono+Cartridge+1000X800px.jpg

MC CARTRIDGE

MC唱頭

© 2015 方舟音響有限公司 ARK AUDIO

​台北市大安區忠孝東路三段248巷15號

  • Facebook Clean
bottom of page