package StudentController import "github.com/gin-gonic/gin" func GetStudentCountByArea(c *gin.Context) { cityCode := c.Query("cityCode") districtCode := c.Query("districtCode") }