problem description
the data returned to the front end comes from multiple microservices. Where should the data be integrated and returned?
for example, there is an API / getOrderInfo to obtain order information
you need to obtain user information from service A, order information from service B, inventory information from service C, etc.
is it better to call one interface directly or multiple interfaces to return?