|
|
@ -103,6 +103,10 @@ public class YDeviceImageService extends ServiceImpl<YDeviceImageMapper, DeviceI |
|
|
|
L.info("通道不存在:{}", jsonObject.get("code")); |
|
|
|
return null; |
|
|
|
} |
|
|
|
if (jsonObject.get("code").toString().equals("60012")) { |
|
|
|
L.info("未知错误4:{}", jsonObject.get("code")); |
|
|
|
return null; |
|
|
|
} |
|
|
|
JSONObject dataJson = (JSONObject) jsonObject.get("data"); |
|
|
|
String picUrl = dataJson.get("picUrl").toString(); |
|
|
|
|
|
|
|