fix(osi): 加固 Phase 0 验收实现(T-006)

This commit is contained in:
ila
2026-07-06 23:20:42 +08:00
parent def95efb1c
commit 9db2e84476
11 changed files with 110 additions and 22 deletions
-1
View File
@@ -3,7 +3,6 @@ package contract
type Envelope struct {
ServiceID string `json:"serviceId"`
UploadInfo any `json:"uploadinfo,omitempty"`
BaseInfo any `json:"baseInfo,omitempty"`
}
type UploadInfo struct {