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