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