luwak/test/update.http
sjcsjc123 b6ace815d2 v1
2023-07-21 11:33:36 +08:00

11 lines
171 B
HTTP

POST http://localhost:8080/update/user
Content-Type: application/json
{
"name": "John1",
"age": 30,
"where": {
"name": "John",
"age": 30
}
}