now there is such a scene:
1. Develop a Mini Program background, the other side provides an interface document, the interface needs to be signed, the background PHP to do signature
2. Press the normal front end to take the document directly and use the interface, but the background is required to access a copy of the data.
my idea is that after the backend requests the interface data back, it directly sends the data to the front end, stores the data before giving it to the front end, and updates my stored data when the interface is updated.
3. But I always feel like I"m taking a detour, and I also feel that my library is just a backup, which doesn"t work. Even if the data is not requested remotely
, should I give my saved data to the front end?