下架白名单补充支付回调删除数据以及后台运维补充删除
This commit is contained in:
@@ -490,6 +490,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Path: "/cleanup/configs",
|
||||
Handler: admin_query.AdminGetQueryCleanupConfigListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 按 QueryId+FeatureApiId 补删单条查询的某个模块数据(仅内部运维使用)
|
||||
Method: http.MethodPost,
|
||||
Path: "/cleanup/delete/feature",
|
||||
Handler: admin_query.AdminDeleteQueryFeatureDataHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 获取清理详情列表
|
||||
Method: http.MethodGet,
|
||||
|
||||
Reference in New Issue
Block a user