docs(H5弹窗): AUG26-007 归档变更并同步 h5-popup-notification 主 Spec 与证据链
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 1m31s

This commit is contained in:
2026-09-15 16:29:56 +08:00
parent 333ba4b647
commit 41722760b1
8 changed files with 314 additions and 3 deletions

View File

@@ -4213,5 +4213,79 @@
"phone-asset-association::后台解除关联"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "GET /api/admin/h5-popup-configurations",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/admin/h5-popup-configurations",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "GET /api/admin/h5-popup-configurations/{id}",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "PUT /api/admin/h5-popup-configurations/{id}",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/admin/h5-popup-configurations/{id}/enable",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/admin/h5-popup-configurations/{id}/disable",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::运营弹窗实时匹配"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "GET /api/c/v1/popup-candidates",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::风险换卡候选与地址提交",
"h5-popup-notification::运营弹窗实时匹配",
"h5-popup-notification::通知留存与已读"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/c/v1/risk-exchanges/{asset_id}/address",
"capability": "h5-popup-notification",
"requirements": [
"h5-popup-notification::风险换卡候选与地址提交"
],
"classification": "behavior"
}
]