方法簽名
@PostMapping("/mms/sendAudit")
public R sendAudit(@RequestParam("mmsId") Long mmsId,
@RequestParam("ecId") Long ecId,
@RequestBody(required = false) SignMatchRule signMatchRule) {
以ApiFox為例子
@RequestParam的Params的參數(shù)正常傳參文章來源:http://www.zghlxwxcb.cn/news/detail-752688.html
@RequestBody的參數(shù)要以json的格式傳輸
同時(shí)Header中要指明 Content-Type=application/json
這樣就OK了。
祝:工作順利,永不加班,生活開心。文章來源地址http://www.zghlxwxcb.cn/news/detail-752688.html
到了這里,關(guān)于PostMan、ApiFox等工具Post請(qǐng)求中@RequestParam和@RequestBody的混合使用如何傳參的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!