Pu Zhibing
2 天以前 ddf438536267b9c9bb77369cdccce4e67206842a
UserGOPOSTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/api/AdvertisementController.java
@@ -35,7 +35,7 @@
    @ResponseBody
    @PostMapping("/queryByType")
    @ApiOperation(value = "获取广告列表【1.0】", tags = {"用户端-首页"}, notes = "")
    @ApiOperation(value = "获取广告列表", tags = {"用户端-首页"}, notes = "")
    @ApiImplicitParams({
            @ApiImplicitParam(value = "数据类型(1:弹窗广告,2:底部广告)", name = "type", required = true, dataType = "int"),
            @ApiImplicitParam(value = "当前定位纬度", name = "lat", required = true, dataType = "double"),