Skip to content

Commit 883b8d3

Browse files
修改 buildTag 注释
1 parent 6565b35 commit 883b8d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractParser.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,14 +2174,14 @@ private JSONObject batchVerify(RequestMethod method, String tag, int version, St
21742174
}
21752175

21762176
/**
2177-
* { "xxx:aa":{ "@tag": "" }, "tag": "User" }
2177+
* { "xxx:aa":{ "@tag": "" }}
2178+
* 生成规则:
21782179
* 1、@tag存在,tag=@tag
21792180
* 2、@tag不存在
2180-
* 生成规则:
2181-
* 1、存在别名
2181+
* 1)、存在别名
21822182
* key=对象: tag=key去除别名
21832183
* key=数组: tag=key去除别名 + []
2184-
* 2、不存在别名
2184+
* 2)、不存在别名
21852185
* tag=key
21862186
* tag=key + []
21872187
* @param request

0 commit comments

Comments
 (0)