Przeglądaj źródła

开通的产品修改

rgb 6 lat temu
rodzic
commit
84aec38710

+ 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));
     }