Преглед изворни кода

fix 修改session 登录为 applelogin

chenbiao пре 2 година
родитељ
комит
7884bb91ca

+ 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");