避免伪造原始图片供应商请求编号

原始图片响应未提供供应商 request id 时不再写入操作名作为关联编号。
This commit is contained in:
2026-09-12 14:57:19 +08:00
parent 39a64a864a
commit 664bdd6877
+1 -1
View File
@@ -140,7 +140,7 @@ pub(crate) async fn edit_raw_image(
started_at_micros,
true,
None,
Some("raw-image-edit".to_string()),
None,
Some(json!({ "imageCount": data.len() })),
)
.await;