@@ -248,7 +248,7 @@ public class BytedanceReportNewServiceImpl implements IBytedanceReportNewService
}
@Override
- public JSONArray getMetrics(Long advertiserId, String token) {
+ public synchronized JSONArray getMetrics(Long advertiserId, String token) {
if (!Check.isNull(metrics)) {
return metrics;