APP_API debugging tool v1.0
v0
This program is a small program written to facilitate debugging of IOS and Android. It was completed in a few days. It does not use any PHP framework. It is lightweight, concise and practical. All data returned are JSON.
Installation instructions: 1. Unzip the file to any directory on the website 2. Create a new table in the mysql database 3. Import app_api.sql4. Modify the database configuration in include/db.php 5. The username and password are both admin6. Modify the constant API_URL in index.php. Change it to the URL you want to test the API. Note: there cannot be? Parameter 7. The file agent.php of the local agent can be renamed, and the constant HOST_URL in index.php should also be changed.