|
@@ -10,6 +10,6 @@ func InitVoiceBroadcast(r *gin.Engine) {
|
|
|
rGroup := r.Group("api/voice/broadcast").Use(middleware.Token())
|
|
|
rGroup.POST("/list", voice_broadcast.BroadcastList)
|
|
|
rGroup.POST("/add", voice_broadcast.AddBroadcast)
|
|
|
- rGroup.POST("/section/list", voice_broadcast.SectionList)
|
|
|
+ rGroup.GET("/section/list", voice_broadcast.SectionList)
|
|
|
}
|
|
|
|