// 请求接口 export interface HttpInterface { // 接口地址 url(): string; }