新增代理注册申请管理
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",
|
||||
|
||||
@@ -3145,6 +3145,55 @@
|
||||
"exit_status": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"capability": "agent-distribution-withdrawal",
|
||||
"requirement": "代理注册申请后台可查询",
|
||||
"spec": "openspec/specs/agent-distribution-withdrawal/spec.md",
|
||||
"entries": [
|
||||
"GET /api/admin/agent-distribution-registrations",
|
||||
"GET /api/admin/agent-distribution-registrations/{id}"
|
||||
],
|
||||
"handler_consumer_job": [
|
||||
"internal/routes/agent_distribution_registration.go",
|
||||
"internal/handler/admin/agent_distribution_registration.go"
|
||||
],
|
||||
"application_service_query": [
|
||||
"internal/query/distributionwithdrawal/query.go"
|
||||
],
|
||||
"domain_state_amount": [],
|
||||
"store_migration_config": [],
|
||||
"verification": {
|
||||
"command": "grep -n 'agent-distribution-registrations' docs/admin-openapi.yaml",
|
||||
"literal_output": [
|
||||
"OpenAPI contains registration list and detail endpoints"
|
||||
],
|
||||
"exit_status": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"capability": "agent-distribution-withdrawal",
|
||||
"requirement": "代理注册原审批可受控恢复",
|
||||
"spec": "openspec/specs/agent-distribution-withdrawal/spec.md",
|
||||
"entries": [
|
||||
"POST /api/admin/agent-distribution-registrations/{id}/recover-approval"
|
||||
],
|
||||
"handler_consumer_job": [
|
||||
"internal/routes/agent_distribution_registration.go",
|
||||
"internal/handler/admin/agent_distribution_registration.go"
|
||||
],
|
||||
"application_service_query": [
|
||||
"internal/application/distributionwithdrawal/registration.go"
|
||||
],
|
||||
"domain_state_amount": [],
|
||||
"store_migration_config": [],
|
||||
"verification": {
|
||||
"command": "grep -n 'recover-approval' docs/admin-openapi.yaml",
|
||||
"literal_output": [
|
||||
"OpenAPI contains registration approval recovery endpoint"
|
||||
],
|
||||
"exit_status": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"capability": "agent-distribution-withdrawal",
|
||||
"requirement": "提现资料资格",
|
||||
|
||||
Reference in New Issue
Block a user