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