|
|
@@ -55,7 +55,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
|
|
|
params.putOpt("seat_num", seatNum);
|
|
|
params.putOpt("seat_time", expiryTime);
|
|
|
//设置座位
|
|
|
- String url = Constant.ZHAOJU_MOVIES + "/netflix_seat";
|
|
|
+ String url = Constant.ZHAOJU_MOVIES + "/netflix_set/netflix_password_change";
|
|
|
try {
|
|
|
HttpResponse<String> res =
|
|
|
J11HttpC.custom()
|
|
|
@@ -75,7 +75,9 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
|
|
|
} catch (Exception e) {
|
|
|
log.error("设置用户:{}奈飞座位号错误,msg:{}", seatName, StringUtil.getErrorText(e));
|
|
|
}
|
|
|
- return null;
|
|
|
+ JSONObject jsonObject = new JSONObject();
|
|
|
+ jsonObject.putOpt("status", 2);
|
|
|
+ return jsonObject;
|
|
|
}
|
|
|
|
|
|
@Override
|