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) }) } ```