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