The login interface cannot be used
Login request: http://127.0.0.1:8001/api/login Parameters: platform:website, user_name:admin, password:123456, remember:false The response from the request is always: { "code": -1, "msg": "EOF" } The registration interface is the same, what is the problem