Add shipping address?

the background gives me an interface to tell me the parameters to be passed, and how to click Save to save the address information entered by the user to the address list

clipboard.png

Feb.27,2021

1. Click Save to initiate an ajax request. The address is an excuse given to you by the backend. Pass the required parameters
2. After the request is successful, the backend stores the data in the database, and then you get all the address lists from the background, and then write them into the address list you said. ~ you don't think you wrote the content into the html structure to ok ~


for example:
/ api/save API to save information, then every time you enter the address list, request / api/list to get the data, and save the data at the back end. It's relatively simple

Menu