新增代理注册申请管理
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 9m41s

This commit is contained in:
2026-09-21 16:51:37 +08:00
parent b063617153
commit 4a16eb0b1e
22 changed files with 927 additions and 179 deletions

View File

@@ -4085,6 +4085,33 @@
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "GET /api/admin/agent-distribution-registrations",
"capability": "agent-distribution-withdrawal",
"requirements": [
"agent-distribution-withdrawal::代理注册申请后台可查询"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "GET /api/admin/agent-distribution-registrations/{id}",
"capability": "agent-distribution-withdrawal",
"requirements": [
"agent-distribution-withdrawal::代理注册申请后台可查询"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/admin/agent-distribution-registrations/{id}/recover-approval",
"capability": "agent-distribution-withdrawal",
"requirements": [
"agent-distribution-withdrawal::代理注册原审批可受控恢复"
],
"classification": "behavior"
},
{
"entry_type": "http",
"entry": "POST /api/admin/shops/{shop_id}/withdrawal-qualifications",