Register Customise API
Introduction
CustomiseAPI:A customised development mode in DM platform, which is exposed through web api.
API registration description
- Page address:
[domain]/[tenant]/[appcode]/admin/CustomiseAPI
- Field description
- Name:Interface identification, which is only for developers to identify the interface.
- Description:Interface description, which is only for developers to identify the interface.
- Code:Interface logic, which code is C# code, and the final return should be string data.