diff --git a/coolq/cqcode.go b/coolq/cqcode.go
index 8bcc570..2944dca 100644
--- a/coolq/cqcode.go
+++ b/coolq/cqcode.go
@@ -607,9 +607,9 @@ func (bot *CQBot) SendNewPic(elem message.IMessageElement, source string, icon s
xml = fmt.Sprintf(` `, "", gm.ImageId, gm.Md5, len(i.Data), "", minwidth, minheigt, maxwidth, maxheight, source, icon)
} else {
- gm, err := bot.Client.UploadGroupImage(627864759, i.Data)
+ gm, err := bot.Client.UploadGroupImage(1, i.Data)
if err != nil {
- log.Warnf("警告: 群 %v 消息图片上传失败: %v", 627864759, err)
+ log.Warnf("警告: 群 %v 消息图片上传失败: %v", 1, err)
return nil, err
}
xml = fmt.Sprintf(` `, "", gm.ImageId, gm.Md5, len(i.Data), "", minwidth, minheigt, maxwidth, maxheight, source, icon)