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