Initial commit
This commit is contained in:
12
ruoyi-ui/restapi/商城.http
Normal file
12
ruoyi-ui/restapi/商城.http
Normal file
@@ -0,0 +1,12 @@
|
||||
POST http://localhost:8081/api/login HTTP/1.1
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
|
||||
{"username":"19156010758","password":"123456"}
|
||||
|
||||
### 商城商品列表
|
||||
|
||||
GET http://localhost:8081/api/shopping/list?pageNum=2&pageSize=2 HTTP/1.1
|
||||
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImFmMDM4M2RhLTdiZGYtNDBlYi1iNDhkLTFiMjVlMmIxOGYwZCJ9.Y76_V_Zr7B26yyr6DHiH64Mt-JkgmZFFoaXIo0-cWwdUsArSatLK_P4sGG4gJWS9N1nbaw4IfmGn4Hd-4aKbqQ
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
Reference in New Issue
Block a user