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