发送失败
@@ -212,12 +212,12 @@ async function handleSend() {
responseInfo.msgResponse = res.msgResponse;
}
responseInfo.success = res?.success;
- responseInfo.messageId = res?.messageId;
+ responseInfo.requestId = res?.requestId;
responseInfo.errorMessage = res?.errorMessage;
responseInfo.responseCode = res?.responseCode;
if (res?.success) {
- addLog('success', `发送成功!messageId: ${res?.messageId || '-'}`);
+ addLog('success', `发送成功!requestId: ${res?.requestId || '-'}`);
} else {
addLog('error', `发送失败: ${res?.errorMessage || '未知错误'}`);
}