Update AbstractParser.java by wahowaho · Pull Request #545 · Tencent/APIJSON

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@wahowaho

Copy link

Contributor

@wahowaho wahowaho commented

Apr 13, 2023

edited

Loading

修正BUG #512
追加适配老版本多表联查问题 外层一个tag只需要校验一遍即可,这里没有直接修正requestItem.put(_key, obj);为requestItem.putAll(Request对象);因为这个是for循环校验,而老版本只需要校验一次整体JSON即可。
1111
2222
3333
4444
做了几个测试。

TommyLemon reacted with thumbs up emoji
追加适配老版本多表联查问题  外层一个tag只需要校验一遍即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@wahowaho @TommyLemon