Skip to content

Soyaha/JavaEE

Repository files navigation

测试数据

POST http://localhost:8080/shops/4/products
Content-Type: application/json
Accept-Language: en
Content-Length: 95
User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.3.4.1
Accept-Encoding: br, deflate, gzip, x-gzip
Accept: */*
Authorization: {"id":2,"name":"admin2","departId":0}

{
"name": "好好学习",
"originalPrice": -1,
"originPlace": "厦门",
"unit": ""
}
GET http://localhost:8080/products/1550
Accept-Language: en-US
PUT http://localhost:8080/shops/4/products/1579
Content-Type: application/json
Accept-Language: en
User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.3.4.1
Accept-Encoding: br, deflate, gzip, x-gzip
Accept: */*
Authorization: {"id":2,"name":"admin2","departId":0}

{
"originPlace": "漳州",
}

About

课程实验用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages