lyhzzz 1 anno fa
parent
commit
75417b6003

+ 3 - 0
src/main/java/com/fdkankan/manage/httpClient/service/LaserService.java

@@ -92,6 +92,9 @@ public class LaserService {
                 }else {
                     vo.setPayStatus(1);
                 }
+                if(vo.getLocation() != null && vo.getLocation().equals(6)){
+                    vo.setShootCount(0);
+                }
                 vo.setSceneName(obj.getString("title"));
                 vo.setUserName(obj.getString("phone"));
                 vo.setThumb(obj.getString("thumb"));

+ 2 - 0
src/main/java/com/fdkankan/manage/vo/response/SceneVo.java

@@ -45,4 +45,6 @@ public class SceneVo {
     private Long userId;
 
     private Long cameraId;
+
+    private Integer location;
 }