This commit is contained in:
2026-03-16 14:40:05 +08:00
6 changed files with 150 additions and 3 deletions

View File

@@ -94,6 +94,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/product_config/update",
Handler: admin_agent.AdminUpdateAgentProductConfigHandler(serverCtx),
},
{
Method: http.MethodPost,
Path: "/mobile/update",
Handler: admin_agent.AdminUpdateAgentMobileHandler(serverCtx),
},
{
Method: http.MethodGet,
Path: "/real_name/list",