Skip to content

/ws


broadcast


  • 🛠 消息广播订阅
  • /ws/broadcast

请求

ts
/**
 * Search Query Params
 */
export interface IParams {
    /**
     * Channel name
     */
    channel: string;
    [key: string]: string;
}