2020-09-12 15:29:34 +08:00

10 lines
165 B
TypeScript

import { banner, lyric } from '../main'
banner({ type: 0 }).then((res) => {
console.log(res)
})
lyric({
id: '33894312',
}).then((res) => {
console.log(res)
})