curl --location --request POST 'http://127.0.0.1:3000/login' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'stuId=test' \ --data-urlencode 'password=123456'
{"code":200,"msg":"请求成功","data":{"cookie":"ASP.NET_SessionId=xxxx"}}