Forráskód Böngészése

Merge remote-tracking branch 'origin/master'

zoujiajian 2 éve
szülő
commit
18d3fc62a7

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/chatgpt/impl/ChatGptAccountServiceImpl.java

@@ -170,7 +170,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
      * @throws Exception
      */
     private JSONObject getLoginResult(Account account) throws Exception {
-        HttpRequest request = new HttpRequest(GPT_PROXY + "/getsession");
+        HttpRequest request = new HttpRequest(GPT_PROXY + "/applelogin");
         request.form("username", account.getAccount());
         request.form("password", account.getPassword());
         request.header("Content-Type", "application/x-www-form-urlencoded");