Modify Interface Processing Logic
Introduction
The system automatically generates corresponding interface processing logic based on the designed interface and table structure fields, and displays it in a visual form, covering interface name, input parameter object attributes and processing logic content, finally presenting the output result. You can confirm its accuracy by checking input parameters and processing logic, and manually adjust if inaccuracies are found.
Modify Interface Processing Logic
- A complete interface consists of: interface name + input parameter object attributes + processing logic + return RestResult result. When modifying, the prefix cannot be missing.
- If adding new content, it needs to include the prefix, and the format must be consistent with the format parsed and returned by the system.
- For interface name and input parameter object attributes, if modification is needed, you can modify on the original lines. If you need to add processing logic and return RestResult result, you need to add the corresponding prefix, then describe the corresponding content.

