Browse Source

fix 奈飞第三方接口路径

zoujiajian 1 năm trước cách đây
mục cha
commit
5d46175453

+ 2 - 2
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupsRelationNetflixServiceImpl.java

@@ -69,7 +69,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
 			params.putOpt("pin_code", code);
 		}
 		//设置座位
-		String url = Constant.ZHAOJU_MOVIES + "/netflix_seat";
+		String url = Constant.ZHAOJU_MOVIES + "/netflix_seat_interface";
 		log.info("设置账号:{} 奈飞用户:{}座位信息", account, seatName);
 		try {
 			HttpResponse<String> res =
@@ -230,7 +230,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
 			params.putOpt("cookie", cookie);
 		}
 		//设置座位
-		String url = Constant.ZHAOJU_MOVIES + "/netflix_seat";
+		String url = Constant.ZHAOJU_MOVIES + "/netflix_seat_interface";
 		log.info("设置账号:{} 奈飞用户:{}座位信息", account, seatName);
 		try {
 			HttpResponse<String> res =