MrShi
8 天以前 c0f0e756e9d61c27e358c798c91042e35711028b
1
2
3
4
5
6
7
8
export interface ICommonAPIParams {
    success?: Function;
    fail?: Function;
    complete?: Function;
    onSuccess?: Function;
    onFail?: Function;
    onComplete?: Function;
}