Whether the request address when connecting to the production environment interface has been modified. Whether the server code has been pushed to the production environment.
Now we can basically determine the problem, because some new interfaces of the production server have not been updated, and the app has requested this interface that does not exist. It is normal that this interface will return 404. But as long as these non-existent interfaces are called, other old interfaces will also be affected and return 404! ! ! ! ! What the hell is this! ! ! AFNetworking for network requests!!
Whether the request address when connecting to the production environment interface has been modified. Whether the server code has been pushed to the production environment.
Now we can basically determine the problem, because some new interfaces of the production server have not been updated, and the app has requested this interface that does not exist. It is normal that this interface will return 404. But as long as these non-existent interfaces are called, other old interfaces will also be affected and return 404! ! ! ! ! What the hell is this! ! ! AFNetworking for network requests!!