2020-09-12 15:23:31 +08:00

10 lines
153 B
TypeScript

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