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
Block a user