UNPKG

wechat-lite

Version:
10 lines (7 loc) 197 B
const { getJSON, API_CORE } = require("./core"); const ticket = (token) => { return getJSON(`${API_CORE}/ticket/getticket?access_token=${token}&type=jsapi`); }; module.exports = { ticket, };