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