curl请求
2023-08-09 本文已影响0人
邦_
curl http://localhost:9527/payment/lb --cookie "username=liubang"
curl http://localhost:9527/payment/lb -H "X-Request-id:123"
curl http://localhost:9527/payment/lb -H "Host: www.springcloud.com"
curl http://localhost:9527/payment/lb --cookie "username=liubang"
curl http://localhost:9527/payment/lb -H "X-Request-id:123"
curl http://localhost:9527/payment/lb -H "Host: www.springcloud.com"