feat: 更新CC码监管方案业务版文档,新增摘要、UGC专项、直播专项、存量处置、误判申诉、水印嵌入、CC码生命周期、组织保障等章节;同步macode到cccode重命名及其他代码变更

This commit is contained in:
freedakgmail
2026-07-20 22:25:40 +08:00
parent 9f1e2d0a21
commit eb4a82a877
76 changed files with 2600 additions and 2122 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import "time"
// Authorization 信息网络传播权授权(需求25-AC1)。
type Authorization struct {
MACode string `json:"ma_code"`
CCCode string `json:"ma_code"`
Regions []string `json:"regions"` // 授权地域(省码),空=全国
Platforms []string `json:"platforms"` // 授权平台/运营商,空=不限
ExpiryAt time.Time `json:"expiry_at"` // 授权到期;零值=长期
@@ -22,7 +22,7 @@ type AuthCheckResult struct {
// CrossProvinceResult 跨省复用准入结果(需求13)。
type CrossProvinceResult struct {
Admitted bool `json:"admitted"`
MACodeValid bool `json:"ma_code_valid"`
CCCodeValid bool `json:"ma_code_valid"`
HashConsistent bool `json:"hash_consistent"`
NotBlacklisted bool `json:"not_blacklisted"`
ProvinceFlowNo string `json:"province_flow_no"` // 本省审核流水号