mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat:
This commit is contained in:
parent
bbebad38f1
commit
b8b5d40182
|
|
@ -292,7 +292,7 @@ function getChartOpenId() {
|
|||
chatMessage()
|
||||
})
|
||||
.catch((res) => {
|
||||
if (res.response.status === 403) {
|
||||
if (res.response.status === 401) {
|
||||
application.asyncAppAuthentication(accessToken).then(() => {
|
||||
getChartOpenId()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue