Merge branch 'hotfix/20241113' into 'master'
feat: 注释掉上报元素的接口,因为现在会出现问题,也不能使用这个 See merge request universal/infrastructure/backend/tyr!298
This commit is contained in:
commit
5a4e11530b
@ -28,7 +28,7 @@ public class PageElementController implements PageElementApi {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ApiResult<Void> report(PageElementReportReq req) {
|
public ApiResult<Void> report(PageElementReportReq req) {
|
||||||
saasPageElementService.report(req);
|
// saasPageElementService.report(req);
|
||||||
return ApiResult.ok();
|
return ApiResult.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user