ReqLiveMsg: { command: Command; data: { to_user_ids?: string[]; [
key:
string]
: any; }; front_request_id: string | number; } Type declaration
data: {
to_user_ids?: string[];
[key: string]: any;
}
[key: string]: any
Optionalto_user_ids?: string[]
front_request_id: string | number
向服务端请求数据时的数据格式。