2.2.0
(chore): 生成的 SDK 现在将正确编码深层对象查询参数
更改内容
- 生成的 SDK 现在将正确编码深层对象查询参数。例如,如果您有一个对象
{"test": {"nested": "object"}}作为查询参数,我们现在将其编码为test[nested]=object。
(chore): 生成的 SDK 现在将正确编码深层对象查询参数
{"test": {"nested": "object"}} 作为查询参数,我们现在将其编码为 test[nested]=object。