Required Long parameter is not present
尝试加 defaultValue =“null” 解决
@GetMapping("bindCoupon")
public MethodResult bindCutoffCoupon(@RequestParam(defaultValue = "null") Long couponId, @RequestParam(defaultValue = "null") Long campaignId, @RequestParam(defaultValue = "null") Integer type) {
原创
2021-12-20 14:25:31 ·
7027 阅读 ·
2 评论