refactor(api): signAndPackReport 直接返回签名 ZIP 文件

This commit is contained in:
2026-03-05 16:58:59 +08:00
parent b193759e90
commit b1062a5aed
5 changed files with 10 additions and 20 deletions

View File

@@ -58,7 +58,7 @@
5. 生成 `META-INF/manifest.json`
6. OpenPGP 分离签名生成 `META-INF/signature.asc`
7. 重新打包为 signed ZIP
- 输出:`signedZipBase64``deviceSignature`
- 输出:签名后 ZIP 文件(二进制响应,`application/zip`
## 4. 安全约束(签名打包)