|
@@ -69,7 +69,7 @@ public class WxQrBoxMappingController {
|
|
|
|
|
|
@ApiOperation("立即激活")
|
|
@ApiOperation("立即激活")
|
|
@PostMapping("activateNow")
|
|
@PostMapping("activateNow")
|
|
- public BaseResponse activateNow(@Validated ActivateNowReq activateNowReq) {
|
|
|
|
|
|
+ public BaseResponse activateNow(@RequestBody @Validated ActivateNowReq activateNowReq) {
|
|
//立即激活
|
|
//立即激活
|
|
qrBoxMappingService.activateNow(activateNowReq);
|
|
qrBoxMappingService.activateNow(activateNowReq);
|
|
//包装出参
|
|
//包装出参
|