Skip to content

Commit

Permalink
fix: post param array problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wtt40122 committed Jan 3, 2024
1 parent e485908 commit 2c7cd5a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ public static JsonArray getParams(HttpRequestMethod method, byte[] data, MvcCont
array.add(arguments.getAsJsonPrimitive());
}

context.setParams(array);

return array;
}

Expand Down

0 comments on commit 2c7cd5a

Please sign in to comment.