From 12a78cec7fdc9424f44f040336324b14597b8290 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sat, 26 Jun 2021 01:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conf/Vtop/notify/notify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Conf/Vtop/notify/notify.md b/Conf/Vtop/notify/notify.md index bc8e736..b5ae380 100644 --- a/Conf/Vtop/notify/notify.md +++ b/Conf/Vtop/notify/notify.md @@ -63,9 +63,9 @@ if (url==="undefined"){url=""} } } $axios(req).then(res=>{ - console.log('mynotify1 ֪ͨ½á¹û', res.data) + console.log('mynotify1 通知结果', res.data) }).catch(e=>{ - console.error('mynotify1 ֪ͨʧ°Ü', e.message) + console.error('mynotify1 通知失败', e.message) }) } ```