//none // @ts-ignore import {Config,http} from "./http"; export interface request { userId: number userPassword: string } export interface response { //密钥 token: string } export class userService{ }