This commit is contained in:
Leon 2021-06-26 01:15:34 +08:00 committed by GitHub
parent e51f24e6ae
commit 12a78cec7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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