Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dpyzo0o committed Jan 2, 2020
1 parent fb5189f commit 106173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface IFetchOption {
showErrorToast?: boolean;
}

export interface IResponse<T> {
export interface IResponse<T = any> {
/**
* 后台定义的状态码
*/
Expand Down

0 comments on commit 106173c

Please sign in to comment.