This commit is contained in:
2025-09-30 09:42:43 +08:00
parent 9719228d6d
commit c5ac27cdec
15 changed files with 222 additions and 139 deletions

View File

@@ -53,7 +53,7 @@ export const zebraApi = {
return http.delete<void>(`/tool/banma/accounts/${id}`);
},
// 业务采集(仍走客户端微服务 8081
// 业务采集
getShops(params?: { accountId?: number }) {
return http.get<{ data?: { list?: Array<{ id: string; shopName: string }> } }>(
'/api/banma/shops', params as unknown as Record<string, unknown>