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