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