This commit is contained in:
Mrx
2026-03-12 14:29:53 +08:00
parent 96a02f73d4
commit d209270630
5 changed files with 126 additions and 0 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",