package api import "net/http" func InitApi() { BilibiliInit() http.HandleFunc("/api/mdt", GetInfo) }