Skip to content

Commit c01a2b9

Browse files
authored
Merge pull request Tencent#324 from WaizLee/patch-1
list类型请求参数通过put请求到远程函数后丢失的bug
2 parents 090a390 + 52a2b64 commit c01a2b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ public JSON onChildParse(int index, String key, JSONObject value) throws Excepti
549549
@Override
550550
public void onPUTArrayParse(@NotNull String key, @NotNull JSONArray array) throws Exception {
551551
if (isTable == false || array.isEmpty()) {
552+
sqlRequest.put(key, array);
552553
Log.e(TAG, "onPUTArrayParse isTable == false || array == null || array.isEmpty() >> return;");
553554
return;
554555
}

0 commit comments

Comments
 (0)