新增代理注册申请管理
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 9m41s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 9m41s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user