feat: 注释掉上报元素的接口,因为现在会出现问题,也不能使用这个

This commit is contained in:
lilong 2024-11-13 09:36:44 +08:00
parent 7ef955f06e
commit 09ea882d03

View File

@ -28,7 +28,7 @@ public class PageElementController implements PageElementApi {
@Override
public ApiResult<Void> report(PageElementReportReq req) {
saasPageElementService.report(req);
// saasPageElementService.report(req);
return ApiResult.ok();
}