0
点赞
收藏
分享

微信扫一扫

ctfshow-XXE(web373-web378)

十里一走马 03-15 20:00 阅读 2

    @SaCheckPermission("system:records:add")
    @Log(title = "【用药纪录】", businessType = BusinessType.INSERT)
    @RepeatSubmit()
    @PostMapping()
    public R<Void> add( @RequestPart MedicationRecordsBo bo, MultipartFile file) {
        return toAjax(iMedicationRecordsService.insertByBo(bo,file));
    }
举报

相关推荐

web——xml,xxe

CTFshow WEB web3

CTFSHOW~WEB入门

CTFSHOW 新生杯web

[ctfshow]-web196

ctfshow web5

CTFshow-Web入门-Web3

ctfshow web-77

0 条评论