浏览代码

开通的产品修改

rgb 6 年之前
父节点
当前提交
84aec38710
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      diagbotman-service/src/main/java/com/diagbot/web/ProductOrderController.java

+ 1 - 1
diagbotman-service/src/main/java/com/diagbot/web/ProductOrderController.java

@@ -108,7 +108,7 @@ public class ProductOrderController {
     @ApiOperation(value = "已开通产品状态校验[by:rengb]", notes = "已开通产品状态校验")
     @PostMapping("/openProductCheck")
     @SysLogger("openProductCheck")
-    public RespDTO<OpenProductCheckDTO> openProductCheck(OpenProductCheckVO openProductCheckVO) {
+    public RespDTO<OpenProductCheckDTO> openProductCheck(@RequestBody OpenProductCheckVO openProductCheckVO) {
         return RespDTO.onSuc(productOrderFacade.hasPermission(openProductCheckVO));
     }