This commit is contained in:
2026-02-01 15:05:32 +08:00
parent 888f921343
commit 4e77c570bf
5 changed files with 163 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/rebate/list",
Handler: admin_agent.AdminGetAgentRebateListHandler(serverCtx),
},
{
Method: http.MethodPost,
Path: "/upgrade",
Handler: admin_agent.AdminUpgradeAgentHandler(serverCtx),
},
{
Method: http.MethodGet,
Path: "/upgrade/list",