Skip to content

Commit

Permalink
fix template request, close #914
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 authored Jan 17, 2025
1 parent 5403fcc commit 7667b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate/template/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function request(method, path, body, options = {}) {
resolvedMethod,
resolvedPath,
{
data: resolvedData,
body: resolvedData,
...resolvedoptions,
}
);
Expand Down

0 comments on commit 7667b42

Please sign in to comment.