build: 1.6.8 - parse appid

This commit is contained in:
手瓜一十雪
2024-07-25 17:57:39 +08:00
parent b17eda63e6
commit fba08511ea
2 changed files with 11 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ export class OB11Constructor {
// let currentRKey = "CAQSKAB6JWENi5LMk0kc62l8Pm3Jn1dsLZHyRLAnNmHGoZ3y_gDZPqZt-64"
try {
message_data['data']['url'] = await NTQQFileApi.getImageUrl(element.picElement, msg.chatType !== ChatType.group);
message_data['data']['url'] = await NTQQFileApi.getImageUrl(element.picElement);
} catch (e: any) {
logError('获取图片url失败', e.stack);
}