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