Sfoglia il codice sorgente

更新了接口注释

wuweihao 4 anni fa
parent
commit
1ce7f8bfa1

+ 2 - 2
gis_common/src/main/java/com/gis/common/deyuan/util/ResultUtils.java

@@ -20,10 +20,10 @@ import java.util.Map;
 public class ResultUtils {
 
     /** 德源ip-测试*/
-//    private static final String host = "https://testlife.eshimin.com";
+    private static final String host = "https://testlife.eshimin.com";
 
     /** 德源ip-正式*/
-    private static final String host = "https://life.eshimin.com";
+//    private static final String host = "https://life.eshimin.com";
 
     private static final String publicKyeSign = "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTlOGDZQo9rkignZqZMN8JFC9OcnhiYOigLCVTrXhl6Z0ZD5bncnl9FRPPzgJBwf/3vl4LuWxcDzOK9w/pJ+v2D7uP/RPt3770Cv/dcG5vrUewV+IJ4qSkxwVkxeCS7r4c47kz22avMPo97OIdy6jed+/DDrbOIXbjQ7rl/AAs8QIDAQAB";
 

+ 1 - 1
gis_web/src/main/java/com/gis/web/controller/ScreenController.java

@@ -153,7 +153,7 @@ public class ScreenController  {
 
 
 
-    @ApiOperation("就业发展-就业专栏(code:510124112)")
+    @ApiOperation(value = "就业发展-就业专栏(code:510124112、510100)", notes = "510100:有数据")
     @GetMapping("getStatistics/{code}")
     public Result getStatistics(@PathVariable String code) {
         String apiUrl = "/open/api/v1/community/deyuan/getStatistics";