feat: 更新CC码监管方案业务版文档,新增摘要、UGC专项、直播专项、存量处置、误判申诉、水印嵌入、CC码生命周期、组织保障等章节;同步macode到cccode重命名及其他代码变更
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
|
||||
// ProvenanceEvent 全链路存证事件(需求22-AC1/AC3):带时间戳、操作方、不可篡改。
|
||||
type ProvenanceEvent struct {
|
||||
MACode string `json:"ma_code"`
|
||||
CCCode string `json:"ma_code"`
|
||||
Node ProvenanceNode `json:"node"`
|
||||
HashValue string `json:"hash_value"` // 该节点经手的内容哈希(可空,如纯审核结论)
|
||||
Operator string `json:"operator"` // 操作方标识
|
||||
@@ -28,7 +28,7 @@ type ProvenanceEvent struct {
|
||||
|
||||
// AccountabilityReport 责任界定取证报告(需求22-AC2/AC4)。
|
||||
type AccountabilityReport struct {
|
||||
MACode string `json:"ma_code"`
|
||||
CCCode string `json:"ma_code"`
|
||||
Trail []ProvenanceEvent `json:"trail"`
|
||||
BaselineHash string `json:"baseline_hash"` // 发码时绑定的基准哈希
|
||||
FirstChange *ProvenanceEvent `json:"first_change"` // 首次发生哈希变化的节点(nil=全程一致)
|
||||
@@ -38,7 +38,7 @@ type AccountabilityReport struct {
|
||||
|
||||
// CopyrightEvidence 版权确权证据链(需求23-AC1/AC2)。
|
||||
type CopyrightEvidence struct {
|
||||
MACode string `json:"ma_code"`
|
||||
CCCode string `json:"ma_code"`
|
||||
Title string `json:"title"`
|
||||
ContentHash string `json:"content_hash"`
|
||||
Issuer string `json:"issuer"`
|
||||
@@ -51,7 +51,7 @@ type CopyrightEvidence struct {
|
||||
|
||||
// InfringeMatch 疑似侵权命中(需求23-AC3)。
|
||||
type InfringeMatch struct {
|
||||
MACode string `json:"ma_code"`
|
||||
CCCode string `json:"ma_code"`
|
||||
Title string `json:"title"`
|
||||
Distance int `json:"hamming_distance"` // 感知哈希汉明距离,越小越相似
|
||||
Similarity string `json:"similarity"` // high/medium
|
||||
|
||||
Reference in New Issue
Block a user