What issues need to be paid attention to when developing APP interface with PHP?

小云云
Release: 2023-03-20 18:52:01
Original
2825 people have browsed it


# 1. Unified interface development documents for both parties In order to improve development efficiency and facilitate communication, it is necessary to establish standardized development documents. General protection interface functions or pages, interface addresses, interface parameters, interface return values, etc. are described.

Reference document format:
What issues need to be paid attention to when developing APP interface with PHP?

2. Pay attention to the following

  1. Divide into versions and make plans for future interface upgrades.

  2. # Provide the key and token. Ensure data is not tampered with.

  3. # Use get to read data and post to modify data.

  4. #The interface return value format has a unified structure. Use JSON format to output

  5. # interface to record logs. Record request parameters, occupied memory, response time, and response duration. To facilitate subsequent optimization.

  6. # Provide a unified error code. Each number represents an error that needs to be documented. Errors are divided into system errors and business logic errors. Create interface documentation.

  7. #Record the purpose of each interface, parameter list, and return value description. Usage examples are also given.

1. Unified interface development documents for both parties

In order to improve development efficiency and facilitate communication, it is necessary to establish standardized development documents document.
General protection interface functions or pages, interface addresses, interface parameters, interface return values, etc. Description.
Reference document format:
What issues need to be paid attention to when developing APP interface with PHP?

2. Pay attention to the following

  1. divided versions, Make plans for future interface upgrades.

  2. # Provide the key and token. Ensure data is not tampered with.

  3. # Use get to read data and post to modify data.

  4. #The interface return value format has a unified structure. Use JSON format to output

  5. # interface to record logs. Record request parameters, occupied memory, response time, and response duration. To facilitate subsequent optimization.

  6. # Provide a unified error code. Each number represents an error that needs to be documented. Errors are divided into system errors and business logic errors. Create interface documentation.

  7. #Record the purpose of each interface, parameter list, and return value description. Usage examples are also given.

Related recommendations:

Detailed app Interface token

Laravel writing APP interface (API)

PHP development APP interface video tutorial

The above is the detailed content of What issues need to be paid attention to when developing APP interface with PHP?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!