add and fix 一键解冻
This commit is contained in:
@@ -42,11 +42,21 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Path: "/agent-commission-deduction/list",
|
||||
Handler: admin_agent.AdminGetAgentCommissionDeductionListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodPost,
|
||||
Path: "/agent-commission/batch-unfreeze",
|
||||
Handler: admin_agent.AdminBatchUnfreezeAgentCommissionHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/agent-commission/list",
|
||||
Handler: admin_agent.AdminGetAgentCommissionListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodPost,
|
||||
Path: "/agent-commission/update-status",
|
||||
Handler: admin_agent.AdminUpdateAgentCommissionStatusHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/agent-link/list",
|
||||
|
||||
Reference in New Issue
Block a user