queue.go 131 Bytes
package mic_k

// onMic异步入库
const (
	OnMicQueue = "onMic:hilo_group"
)

func GetOnMicQueue() string {
	return OnMicQueue
}