Wechat built-in browser cache problem

for the pages embedded in Wechat"s official account, some APIs do not work properly after they have been used for a period of time, but clearing the cache can work properly. Why?

part of the code is as follows:

this.$axios.post("url")
.then(res => { ... });
.catch(error => { ... }); // then
May.22,2021

you have to ask the server brother dei

Menu