Skip to content

Commit

Permalink
Merge 44a1d30 into 3634ce8
Browse files Browse the repository at this point in the history
  • Loading branch information
mushan0x0 committed May 10, 2022
2 parents 3634ce8 + 44a1d30 commit c8944b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const AliAdapter: AxiosAdapter = (config) => {
data: dataProcessor(config.data),
method: methodProcessor(config.method),
timeout: config.timeout,
dataType: 'text',
success: (res) => {
successResProcessor(resolve, reject, res, config, request);
},
Expand Down

0 comments on commit c8944b4

Please sign in to comment.