Update AbstractParser.java by wahowaho · Pull Request #545 · Tencent/APIJSON
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 2.3k
Merged
TommyLemon merged 2 commits intoTencent:masterfrom
Apr 17, 2023Merged
Update AbstractParser.java#545
TommyLemon merged 2 commits intoTencent:masterfrom
Update AbstractParser.java#545
TommyLemon merged 2 commits intoTencent:masterfrom
Conversation
Copy link
Contributor
修正BUG #512
追加适配老版本多表联查问题 外层一个tag只需要校验一遍即可,这里没有直接修正requestItem.put(_key, obj);为requestItem.putAll(Request对象);因为这个是for循环校验,而老版本只需要校验一次整体JSON即可。




做了几个测试。
追加适配老版本多表联查问题 外层一个tag只需要校验一遍即可
wahowaho
mentioned this pull request
Closed
TommyLemon
mentioned this pull request
TommyLemon
merged commit
570e9fa
into
Tencent:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment