A service interface data simulation method and system
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- SHANGHAI HANDPAL INFORMATION TECH SERVICE
- Publication Date
- 2017-12-22
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of software development data interaction, and in particular relates to a service interface data simulation method and system. Background technique
[0002] The development process of the existing software system usually involves the connection with the data interface of the external website, the data interaction between the front-end system and the back-end system, etc., the definition of some interfaces and the return of data, all kinds of work need to be developed and defined. Since the return of front-end page data depends on the back-end service interface, when the back-end service interface has not been developed, the front-end display page needs to display the page effect and can only be completed by other methods, such as: (1) Through the page Write dead data on it, and display it through rigid page data; (2) By simulating data in JS. However, in method (1) during program development, the front-end p...