* Install the `NSwag.AspNetCore` package to the Web project of the sample solution and change the module's configurations. * Add `[ApiExplorerSettings(GroupName = "EasyAbpMyModuleName")]` attribute to the abstract class **MyModuleNameController**. * Add the above changes to https://github.com/EasyAbp/EasyAbpGuide/blob/master/Getting-Start-to-Develop-Modules.md Refer to the commit: https://github.com/EasyAbp/PaymentService/commit/a4b71f2ba9367025d5f06053b6c4c0e13a31ff89
NSwag.AspNetCorepackage to the Web project of the sample solution and change the module's configurations.[ApiExplorerSettings(GroupName = "EasyAbpMyModuleName")]attribute to the abstract class MyModuleNameController.Refer to the commit: EasyAbp/PaymentService@a4b71f2