feat(bill): 初始化账单服务模块
- 创建账单服务模块并配置路由 - 实现银行卡数据的增删查功能 - 添加日志记录中间件支持 - 更新工作区依赖配置 - 修改HTTP请求示例文件
This commit is contained in:
8
packages/bill/request/bank_card.http
Normal file
8
packages/bill/request/bank_card.http
Normal file
@@ -0,0 +1,8 @@
|
||||
### 请求 card 数据
|
||||
GET http://localhost:8080/bank-card
|
||||
|
||||
### 添加 card 数据
|
||||
POST http://localhost:8080/bank-card
|
||||
|
||||
### 删除 card 数据
|
||||
DELETE http://localhost:8080/bank-card
|
||||
Reference in New Issue
Block a user