key
leomonM
2025-08-22 45271269073ac92f0367943491a07f49f34f315b
oying-system/src/main/java/com/oying/modules/pc/product/rest/ProductAuditController.java
@@ -54,7 +54,7 @@
        return ResponseEntity.noContent().build();
    }
    @PostMapping(value = "/verdict")
    @PutMapping(value = "/verdict")
    @ApiOperation("处理审核")
    public ResponseEntity<?> submitAuditVerdict(@RequestBody ProductAudit resources) {
        auditService.processVerdict(resources);