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