|
|
@@ -67,7 +67,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
|
|
|
params.putOpt("pin_code", code);
|
|
|
}
|
|
|
//设置座位
|
|
|
- String url = Constant.ZHAOJU_MOVIES + "/netflix_set/netflix_seat";
|
|
|
+ String url = Constant.ZHAOJU_MOVIES + "/netflix_seat";
|
|
|
log.info("设置账号:{} 奈飞用户:{}座位信息", account, seatName);
|
|
|
try {
|
|
|
HttpResponse<String> res =
|
|
|
@@ -114,7 +114,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.putOpt("transId", taskId);
|
|
|
//查询任务状态
|
|
|
- String url = Constant.ZHAOJU_MOVIES + "/netflix_set/netflix_task_status";
|
|
|
+ String url = Constant.ZHAOJU_MOVIES + "/netflix_task_status";
|
|
|
HttpResponse<String> res =
|
|
|
J11HttpC.custom()
|
|
|
.ofPost()
|
|
|
@@ -138,7 +138,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.putOpt("url", nfUrl);
|
|
|
//确认更新点击
|
|
|
- String url = Constant.ZHAOJU_MOVIES + "/netflix_set/netflix_primary_action";
|
|
|
+ String url = Constant.ZHAOJU_MOVIES + "/netflix_primary_action";
|
|
|
try {
|
|
|
cn.hutool.http.HttpResponse execute = HttpUtil
|
|
|
.createPost(url)
|