Merge branch 'trunk' into feat/partner

* trunk:
  feat: update
  feat: update
  feat: search city
  feat: s
  新页面
  feat: biz-service
This commit is contained in:
eleanor.mao
2025-05-20 23:45:59 +08:00
17 changed files with 995 additions and 927 deletions

View File

@ -49,3 +49,8 @@ export interface GetGroupsResponse extends IPaginationResponse {
export interface GetGroupDetailsRequest {
blGroupId: string;
}
export interface GroupItem {
title: string;
cityCode: number;
serviceUrl: string;
}