@@ -193,7 +193,6 @@ class RecentMonthPestCount(GenericAPIView):
result[pest] += int(num)
else:
result[pest] = int(num)
- addr = addr.starts
imgs.append(addr if addr.startswith("http") else "https://bigdata-image.oss-cn-hangzhou.aliyuncs.com/Basics/cbd/" + addr)
return Response({"data": result, "imgs": imgs})
except Exception as e: