v3.2
wangdan-fit2cloud 2024-01-30 11:15:18 +08:00
parent bbebad38f1
commit b8b5d40182
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ function getChartOpenId() {
chatMessage()
})
.catch((res) => {
if (res.response.status === 403) {
if (res.response.status === 401) {
application.asyncAppAuthentication(accessToken).then(() => {
getChartOpenId()
})