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