liubao68 commented on issue #2081:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747808634


   BeanParam的GET场景, 返回 [null], 我觉得是 bug。 
   
   Post 场景你说的不兼容以前是返回什么,你的预期是返回什么? 你给的POST用法其实不是很正确。 List 传递参数的时候,应该是  {params: 
[] } , 这才是数组。 {params:''} 这个是传递 String 类型。 单个 String类型被解析为数组的时候, 
为一个元素的数组,这个也是合理的。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to