Explorar o código

调整文档生成返回地址格式

lichunlei hai 6 meses
pai
achega
d7fc8ba34b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Services/ApiGroupService.cs

+ 1 - 1
Services/ApiGroupService.cs

@@ -71,7 +71,7 @@ namespace Services
             var options = App.OptionsSetting;
             return new MakeApiDocVo()
             {
-                docUrl = options.BaseConfigs.gatewayHost + "/v1/omega_make/StaticFile/apiDocQuery?id=" + service.id
+                docUrl = options.BaseConfigs.gatewayHost + "/v1/omega_make/StaticFile/apiDocQuery?id=" + service.id + "&fileType=apidoc"
             };
         }