8 lines
182 B
HTTP
8 lines
182 B
HTTP
### 请求 card 数据
|
|
GET http://localhost:8080/bank-card
|
|
|
|
### 添加 card 数据
|
|
POST http://localhost:8080/bank-card
|
|
|
|
### 删除 card 数据
|
|
DELETE http://localhost:8080/bank-card |