完善cbc页面

This commit is contained in:
lai
2025-07-09 14:53:35 +08:00
parent eb809f4f3d
commit 50543a241c
4 changed files with 379 additions and 121 deletions

View File

@@ -9,7 +9,7 @@ import { request } from '@/plugins/http-fetch';
*/
export function listCBC(query: Record<string, any>) {
return request({
url: `/psap/v1/cbc/001/message/list`,
url: `/psap/v1/cbc/${query.neId}/message/list`,
method: 'get',
params: query,
timeout: 30_000,