package mic_k // onMic异步入库 const ( OnMicQueue = "onMic:hilo_group" ) func GetOnMicQueue() string { return OnMicQueue }