forked from erp-dev/erp
feat: added shipments list api
This commit is contained in:
@@ -33,3 +33,12 @@
|
||||
|
||||
- 新增独立说明文档:`docs/business_object_relink_fix.md`(背景、风险、修正案与规则)
|
||||
|
||||
---
|
||||
|
||||
## Shipment 模块补充
|
||||
|
||||
- 补齐出货单查询接口:
|
||||
- `GET /api/v1/shipment/shipments/`:出货单列表(merchant 隔离 + LimitOffsetPagination)
|
||||
- `GET /api/v1/shipment/shipments/<id>/`:出货单详情(merchant 隔离)
|
||||
- 更新 `docs/shipment_api.md`:补充“查询出货单(列表/详情)”说明
|
||||
- 新增 API 测试:覆盖列表/详情的商户隔离与未登录行为
|
||||
|
||||
Reference in New Issue
Block a user