UNPKG

afdian

Version:

爱发电 SDK for Node.js and Browser

10 lines (7 loc) 235 B
const API_BASE = 'https://afdian.com/api/open'; const getUrl = (path: string): string => `${API_BASE}/${path}`; export default { ping: getUrl('ping'), queryOrder: getUrl('query-order'), querySponsor: getUrl('query-sponsor') };