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