接收post请求:
@IgnoreAuth
@RequestMapping(value ="/pay/commit", method = )
public R pay(@RequestParam String orderToken,@RequestParam String idType)
post和get都可以:
@IgnoreAuth
@RequestMapping("/pay/commit")
public R pay(@RequestParam String orderToken,@RequestParam String idType)