|
|
@@ -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 =
|