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

Expand Up @@ -2229,6 +2229,13 @@ protected JSONObject batchVerify(RequestMethod method, String tag, int version, continue; }
if(tag != null && !tag.contains(":")) { JSONObject object = getRequestStructure(_method, tag, version); JSONObject ret = objectVerify(_method, tag, version, name, request, maxUpdateCount, creator, object); jsonObject.putAll(ret); break; }
String _tag = buildTag(request, key, method, tag); JSONObject requestItem = new JSONObject(); // key 处理别名 Expand Down