feat: 更新CC码监管方案业务版文档,新增摘要、UGC专项、直播专项、存量处置、误判申诉、水印嵌入、CC码生命周期、组织保障等章节;同步macode到cccode重命名及其他代码变更
This commit is contained in:
@@ -49,7 +49,7 @@ flow() {
|
||||
local iss; iss=$(call ak-regulator sk-regulator POST /content/issue \
|
||||
"{\"review_id\":\"$rid\",\"issuer\":\"陕西IPTV运营公司\"}")
|
||||
local ma cert; ma=$(field "$iss" ma_code); cert=$(field "$iss" certificate)
|
||||
echo " MA码: $ma"
|
||||
echo " CC码: $ma"
|
||||
|
||||
call ak-reviewer sk-reviewer POST /content/ingest \
|
||||
"{\"ma_code\":\"$ma\",\"content_twin_id\":\"$ctid\",\"media_asset_id\":\"SXMEDIA-$fh\",\"lib_name\":\"陕西IPTV媒体资源库\"}" >/dev/null
|
||||
@@ -58,10 +58,10 @@ flow() {
|
||||
local inj; inj=$(call ak-operator sk-operator POST /content/inject \
|
||||
"{\"content_twin_id\":\"$ctid\",\"ma_code\":\"$ma\",\"file_sha256\":\"$fh\",\"operator_id\":\"$opid\",\"cdn_endpoint\":\"$cdn\"}")
|
||||
echo " 运营商: $opname 注入: $(field "$inj" distribution_id)"
|
||||
echo "$ma" >> /tmp/tcs_demo_macodes.txt
|
||||
echo "$ma" >> /tmp/tcs_demo_cccodes.txt
|
||||
}
|
||||
|
||||
: > /tmp/tcs_demo_macodes.txt
|
||||
: > /tmp/tcs_demo_cccodes.txt
|
||||
|
||||
flow "长安少年行" WD "fh-changan-001" \
|
||||
"XAQJSL-2026-001" "西安曲江丝路文化传播有限公司" \
|
||||
@@ -77,7 +77,7 @@ flow "丝路驼铃" DY "fh-silu-003" \
|
||||
|
||||
echo ""
|
||||
echo "=== 已生成 MA 码(可复制到监管大屏查询)==="
|
||||
cat /tmp/tcs_demo_macodes.txt
|
||||
cat /tmp/tcs_demo_cccodes.txt
|
||||
echo ""
|
||||
echo "提示:在 http://localhost:5174「角色工作台 → 监管片库」点详情查看全链路三方映射与集级哈希;"
|
||||
echo " 或在「大小屏融合」tab 用上述 MA 码体验跨域解析 / 扫码验真 / 跨屏权益。"
|
||||
|
||||
Reference in New Issue
Block a user