proto
This commit is contained in:
parent
34ace42872
commit
c3fa18c9b1
@ -23,7 +23,7 @@ import {ResOpen as ResOpenKaifujingsai} from '../shared/protocols/kaifujingsai/P
|
|||||||
import {ResOpen as ResOpenZhoumolibao} from '../shared/protocols/event/zhoumolibao/PtlOpen';
|
import {ResOpen as ResOpenZhoumolibao} from '../shared/protocols/event/zhoumolibao/PtlOpen';
|
||||||
import {ResOpen as ResOpenPobinglibao} from '../shared/protocols/event/pobinglibao/PtlOpen';
|
import {ResOpen as ResOpenPobinglibao} from '../shared/protocols/event/pobinglibao/PtlOpen';
|
||||||
import {ResOpen as ResOpenLeiChongLiBao} from '../shared/protocols/event/leichonglibao/PtlOpen';
|
import {ResOpen as ResOpenLeiChongLiBao} from '../shared/protocols/event/leichonglibao/PtlOpen';
|
||||||
import {ResOpen as ResOpenYuandan} from '../shared/protocols/event/yuandan/PtlOpen';
|
import {event as ResOpenYuandan} from '../shared/protocols/event/yuandan/PtlOpen';
|
||||||
|
|
||||||
export type eventType = {
|
export type eventType = {
|
||||||
shouchong: {
|
shouchong: {
|
||||||
|
@ -4,6 +4,12 @@
|
|||||||
export type ReqOpen = {}
|
export type ReqOpen = {}
|
||||||
|
|
||||||
export type ResOpen = {
|
export type ResOpen = {
|
||||||
|
data: any
|
||||||
|
payLog: any
|
||||||
|
[k: string]: any;
|
||||||
|
}
|
||||||
|
|
||||||
|
export type event = {
|
||||||
qiandao: { [k: string]: any };
|
qiandao: { [k: string]: any };
|
||||||
gift: { [k: string]: any };
|
gift: { [k: string]: any };
|
||||||
taskfinish: string[];
|
taskfinish: string[];
|
||||||
|
Loading…
Reference in New Issue
Block a user