From 7f99bbf8898f91f0349883cec25729d6abc7c5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 27 Mar 2026 18:26:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=B8=8Ecloud=E7=89=88=E6=9C=AC=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/message/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/message/index.ts b/src/api/system/message/index.ts index 8866301..376a545 100644 --- a/src/api/system/message/index.ts +++ b/src/api/system/message/index.ts @@ -4,7 +4,7 @@ import { MessageBoxVO } from './types'; export function getMessageBox(): AxiosPromise { return request({ - url: '/system/message/box', + url: '/resource/message/box', method: 'get' }); }