增加头像属性
Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
parent
0e780d6f2c
commit
e2dceb047b
|
@ -49,6 +49,7 @@ class Command {
|
||||||
group_id: data.group_id || 826198224,
|
group_id: data.group_id || 826198224,
|
||||||
group_name: data.group_name || '测试群',
|
group_name: data.group_name || '测试群',
|
||||||
user_id: data.user_id,
|
user_id: data.user_id,
|
||||||
|
user_avatar:`https://q1.qlogo.cn/g?b=qq&s=0&nk=${data.user_id}`,
|
||||||
anonymous: null,
|
anonymous: null,
|
||||||
message: [{ type: 'text', text }],
|
message: [{ type: 'text', text }],
|
||||||
raw_message: text,
|
raw_message: text,
|
||||||
|
|
Loading…
Reference in New Issue