10 lines
172 B
Go
10 lines
172 B
Go
package test
|
|
|
|
import (
|
|
"nCovTrack-Backend/utils"
|
|
)
|
|
|
|
func GetnCovInfo() string {
|
|
return utils.GetWhioutHeader("https://view.inews.qq.com/g2/getOnsInfo?name=disease_h5")
|
|
}
|