The current requirements are as follows. There is a form input on the page to request data in the corresponding time period from time a to time b. The background interface document is as follows , I wrote it like thisI found that I still cannot request the data for this time period. How should I write it?
Isn’t the parameter name called startTimequery? Why is it written as start?
First check whether the parameter values of the interface document match, and then check whether the format is correct. If the request cannot be made, the interface data requested is incorrect, or the interface cannot be requested directly. Look at the status code returned by the background to see where the problem lies. .