沈斌
2018-02-02 c02788c549e8602e4cfa17b9dcdbbf28d8993854
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}