소스 검색

fix 同步

zoujiajian 1 년 전
부모
커밋
35b49e01d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupsRelationNetflixServiceImpl.java

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

@@ -213,7 +213,7 @@ public class GroupsRelationNetflixServiceImpl implements GroupsRelationNetflixSe
 		JSONObject params = new JSONObject();
 		params.putOpt("username", at);
 		params.putOpt("password", pd);
-		String url = "http://124.220.3.236:8089/frpnetflix_check_account";
+		String url = "http://124.220.3.236:8089/netflix_check_account";
 		HttpResponse<String> res =
 				J11HttpC.custom()
 						.ofPost()