feat:
parent
bbebad38f1
commit
b8b5d40182
|
|
@ -292,7 +292,7 @@ function getChartOpenId() {
|
||||||
chatMessage()
|
chatMessage()
|
||||||
})
|
})
|
||||||
.catch((res) => {
|
.catch((res) => {
|
||||||
if (res.response.status === 403) {
|
if (res.response.status === 401) {
|
||||||
application.asyncAppAuthentication(accessToken).then(() => {
|
application.asyncAppAuthentication(accessToken).then(() => {
|
||||||
getChartOpenId()
|
getChartOpenId()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue