This commit is contained in:
wangdan-fit2cloud 2024-01-30 11:15:18 +08:00
parent bbebad38f1
commit b8b5d40182

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()
})