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