#The request parameters given in the interface document are not very understandable! Is it written on ajax data? Like this I want to get the time returned by the background, but there seems to be no
The request parameters given in the interface document are not very understandable! Is it written on ajax data? Answer: Yes, it is written in ajax data, but the request parameter format of your interface document is ('YYYY-MM-DD hh:mm:ss'), and the parameter type is String, which means that the parameter you requested is startTimeQuery It should be a time string, such as: '2017-05-10 14:45'
I want to get the time returned by the background, but it doesn’t seem to be available on it. Answer: The request parameters here are sent to the background. The background uses this time to check the data, and then returns the data to you. It does not mean the data you return. There is time. The return value in your document is the data returned to you.
The request parameters given in the interface document are not very understandable! Is it written on ajax data?
Answer: Yes, it is written in ajax data, but the request parameter format of your interface document is ('YYYY-MM-DD hh:mm:ss'), and the parameter type is String, which means that the parameter you requested is startTimeQuery It should be a time string, such as: '2017-05-10 14:45'
I want to get the time returned by the background, but it doesn’t seem to be available on it.
Answer: The request parameters here are sent to the background. The background uses this time to check the data, and then returns the data to you. It does not mean the data you return. There is time. The return value in your document is the data returned to you.