Procházet zdrojové kódy

新增:
积分商城-积分兑换统计 接口

wuweihao před 4 roky
rodič
revize
854886ce03

+ 1 - 1
gis_application/src/main/resources/application.properties

@@ -1,6 +1,6 @@
 server.port=8106
 
-spring.profiles.active=pro
+spring.profiles.active=dev
 
 # \u8BBF\u95EE\u9759\u6001\u8D44\u6E90\u8BBE\u7F6E
 spring.resources.static-locations=classpath:templates/,classpath:static/,classpath:web/

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

@@ -32,6 +32,19 @@ public class ScreenController  {
     @Autowired
     ResultUtils resultUtils;
 
+    /**
+     * 2021-04-21
+     * 新增接口
+     */
+    @ApiOperation("积分商城-积分兑换统计")
+    @GetMapping("shopPoint/{code}")
+    public Result shopPoint(@PathVariable String code) {
+        String apiUrl = "/open/api/v1/community/shop-point";
+        HashMap<String, Object> param = new HashMap<>();
+        param.put("code", code);
+        return resultUtils.doGetResult(apiUrl, param);
+    }
+
 
     @ApiOperationSupport(order=1)
     @ApiOperation("街道概况-街道人员组成、房屋信息")

+ 3 - 1
remark.md

@@ -36,7 +36,9 @@
 //        和乐佳苑小区:510124112005002
 //        馨美佳苑小区:510124112005003
 //        雅居佳苑小区:510124112001001
-//        德安佳苑小区:510124112008001    
+//        德安佳苑小区:510124112008001   
+
+德源社区:510124112 
 
 
 # git