09502ac
1
2
3
4
5
6
7
export interface ResponseType { retcode: number; data: any; retmsg: string; status: number; }