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