huliguo
2025-06-06 2474cec7f04390c196c0f7c753d4b70f1d53fcac
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/AgreementController.java
@@ -43,7 +43,7 @@
   
   @ResponseBody
   @GetMapping("/getAgreementByType/{type}")
   @ApiOperation(value = "协议管理-详情", tags = {"管理后台"})
   @ApiOperation(value = "协议管理-详情", tags = {"后台"})
   @ApiImplicitParams({
         @ApiImplicitParam(value = "类型(1=用户协议,2=隐私协议,4=注销协议,5门店提现免责声明)", name = "type", required = true, dataType = "int"),
   })