The interface provided by the background is like this. After I wrote it, I reported a 400 error. I checked that the format was the same as the one he requested. Where did I go wrong?
URL must be complete, address and port number items
Try setting the header in $http
headers: { 'Content-Type': 'application/json' }
Request path problem
Your http request is a local address. You should request the server address
URL must be complete, address and port number items
Try setting the header in $http
Request path problem
Your http request is a local address. You should request the server address