|
|
@@ -200,7 +200,7 @@ class RecentMonthPestCount(GenericAPIView):
|
|
|
result[pest] += int(num)
|
|
|
else:
|
|
|
result[pest] = int(num)
|
|
|
- imgs.append(addr if addr.startswith("http") else "https://bigdata-image.oss-cn-hangzhou.aliyuncs.com/Basics/cbd/" + addr)
|
|
|
+ imgs.append(addr if addr.startswith("http") else "https://s3.hnyfwlw.com/bigdata-image/Basics/cbd/" + addr)
|
|
|
temp = {}
|
|
|
for k, v in result.items():
|
|
|
if k in insect_dict.keys():
|