Skip to content

Commit 4122616

Browse files
committed
Server:新增支持隐藏式_column;同步eclipse版至studio版;Client:优化加载动态体验
1 parent b14dc72 commit 4122616

4 files changed

Lines changed: 115 additions & 114 deletions

File tree

APIJSON(Android)/APIJSON(ADT)/APIJSONApp/APIJSONApp/src/apijson/demo/client/activity_fragment/MomentListFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public String getCacheId(MomentItem data) {
279279
}
280280
@Override
281281
public int getCacheCount() {
282-
return 3;
282+
return 4;
283283
}
284284

285285

APIJSON(Server)/APIJSON(Idea)/src/main/java/zuo/biao/apijson/server/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static Entry<String, String> parseEntry(String pair, boolean isRightValue
110110
* "key":null不应该出现?因为FastJSON内默认不存null
111111
* @param pair leftKey:rightValue
112112
* @param isRightValueDefault 右边值缺省,当pair不包含 : 时默认整个pair为leftKey;false-相反
113-
* @param defaultKey 缺省值
113+
* @param defaultValue 缺省值
114114
* @return @NonNull
115115
*/
116116
public static Entry<String, String> parseEntry(String pair, boolean isRightValueDefault, String defaultValue) {

0 commit comments

Comments
 (0)