From 6956489862debbf06dbd3c27e7f69f1a4c1e5734 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 12 May 2020 14:28:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=EF=BC=9A=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=20idea=20=E6=8F=90=E7=A4=BA=EF=BC=8C=E6=B3=9B?= =?UTF-8?q?=E5=9E=8B=E9=9C=80=E8=A6=81=E6=8C=87=E5=AE=9A=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/rest/controller/sms/AdminsSmsSignController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/sms/AdminsSmsSignController.java b/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/sms/AdminsSmsSignController.java index 5771fc5aa..fc435ba13 100644 --- a/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/sms/AdminsSmsSignController.java +++ b/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/sms/AdminsSmsSignController.java @@ -36,21 +36,21 @@ public class AdminsSmsSignController { @PostMapping("add") @ApiOperation("签名-添加") - public CommonResult addSign(@RequestBody AddSignRequest addSignRequest) { + public CommonResult addSign(@RequestBody AddSignRequest addSignRequest) { smsService.addSign(AdminsSmsConvert.INSTANCE.convert(addSignRequest)); return CommonResult.success(null); } @PutMapping("update") @ApiOperation("签名-更新") - public CommonResult updateSign(@RequestBody UpdateSignRequest updateSignRequest) { + public CommonResult updateSign(@RequestBody UpdateSignRequest updateSignRequest) { smsService.updateSign(AdminsSmsConvert.INSTANCE.convert(updateSignRequest)); return CommonResult.success(null); } @DeleteMapping("deleted") @ApiOperation("签名-删除") - public CommonResult deletedSign(@RequestParam("id") Integer id) { + public CommonResult deletedSign(@RequestParam("id") Integer id) { smsService.deleteSign(id); return CommonResult.success(null); } From 34623fd77525ece812732102a56cda0b27936853 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 12 May 2020 14:29:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?-=20=E4=BF=AE=E6=94=B9=EF=BC=9Apromotion=20?= =?UTF-8?q?=E6=94=BE=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- promotion/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/promotion/pom.xml b/promotion/pom.xml index c055f0591..34036a145 100644 --- a/promotion/pom.xml +++ b/promotion/pom.xml @@ -12,9 +12,9 @@ promotion pom - promotion-service-api - promotion-service-impl - promotion-application + + +