Mini Program calls the background interface to get the data. Is there any difference between the data printed in the log and that in network?

if you have a question, please go straight to the above picture

clipboard.pngres

clipboard.png this is the data in network

what is returned in network is correct. Why is this so?

Mar.15,2021

you print res.data.data. directly Go to that property and see if it's the same
. Maybe you modified it later. What you see in the console is the modified content

.
Menu