feat: 完善接口19-顶部通知铃铛与站内通知中心
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m5s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m5s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
## What Changes
|
||||
|
||||
- 在店铺新建和编辑表单新增可清空、可搜索的“平台业务员”选择器。
|
||||
- 候选业务员复用启用的平台账号查询接口,展示账号名和手机号摘要。
|
||||
- 候选业务员使用店铺业务员候选接口,展示账号名和手机号摘要。
|
||||
- 扩展店铺创建、更新、列表查询、列表返回和详情返回的数据契约,支持 `business_owner_account_id` 及业务员展示字段。
|
||||
- 在店铺列表新增业务员列和按业务员筛选项,在店铺详情展示业务员名称和手机号摘要。
|
||||
- 已停用的已绑定业务员仅用于历史列表和详情展示,不能作为新建或编辑表单的候选项。
|
||||
@@ -26,4 +26,5 @@
|
||||
- `POST /api/admin/shops`
|
||||
- `PUT /api/admin/shops/{id}`
|
||||
- `GET /api/admin/shops`
|
||||
- `GET /api/admin/accounts?account_type=platform&status=1`
|
||||
- `GET /api/admin/shops/{id}`
|
||||
- `GET /api/admin/shops/business-owner-candidates`
|
||||
|
||||
Reference in New Issue
Block a user