PopularLocationsData

@Serializable
data class PopularLocationsData(val locations: List<LocationInfo>)

热门地区数据 包含热门地区列表

Constructors

Link copied to clipboard
constructor(locations: List<LocationInfo>)

Properties

Link copied to clipboard