[question 1]: excuse me, how can I use axios.all to initiate multiple requests with post method to transmit parameters? Baidu has seen a lot, all using the get method.
[Question2]: what if I need to wait for the post1 request to succeed before requesting post2,axios to meet my needs? If I am not satisfied, how can I achieve it?
(usage scenario: query user information after successful registration)
[Code]:
is that what I wrote? Found a lot of documents, Baidu also read, did not find, please give advice one or two, thank you!