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
德國 AMG | 精心選材、精確製造

Analogue Manufaktur Germany 由Werner Röschlau 創立,身為航空機師及機械工程設計的背景,使其第一產品9W1唱臂在業界打響名聲。


​為了進一步的推廣其設計理念,在往後的唱盤設計除了精密以外更注重零組件的質量上的平衡。
 

image.png
Viella_vwides_slider-2.png

TURNTABLE

​黑膠唱盤

12JT_vwides_slider-2.png

TONEARM

​唱臂

CART-GROUP-SEXY-header-1920x_.jpeg

TONEARM CABLE

​唱臂線

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

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

  • Facebook Clean
bottom of page