
public
Published on 3/22/2025
michael-guo/api-response
统一的api响应体格式
Prompts
The interface response uses the format of type ApiResponse, including the following fields.
- code, must, number type
- data, not required, is of json type and can be passed in generically
- msg, optional. The value is a string
- errors, optional, array type of json or string