prFor commented on issue #4500:
URL: https://github.com/apache/shenyu/issues/4500#issuecomment-1482803129
I used the following request parameters for dubbo multiple parameters test
in [2.6.0-SNAPSHOT] version and did not find this bug you mentioned, now I
attach my request message. You can also test in this version to see if the
problem is still there, if there is still a problem please provide more
information, thanks. For example, the dubbo version.
2 list parameters:
`{
"users":[{"id":"xxx","name":"test chenbin"},{"id":"xxx2","name":"test
chenbin2"}],
"accounts":[{
"account":"id1123",
"password":"123456"
}]
}`
2个object:
`
{
"user":{
"id":"123",
"name":"chenbin",
"users":[{"id":"xxx","name":"test chenbin"}]
},
"account":{
"account":"id1123",
"password":"123456"
}
}
`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]