Merge branch 'feature/yuandan' into dev

This commit is contained in:
dy 2023-12-27 11:09:09 +08:00
commit 58e23b1812
3 changed files with 11 additions and 74 deletions

View File

@ -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 ResOpenPobinglibao} from '../shared/protocols/event/pobinglibao/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 = {
shouchong: {

View File

@ -4,6 +4,12 @@
export type ReqOpen = {}
export type ResOpen = {
data: any
payLog: any
[k: string]: any;
}
export type event = {
qiandao: { [k: string]: any };
gift: { [k: string]: any };
taskfinish: string[];

View File

@ -11528,87 +11528,18 @@ export const serviceProto: ServiceProto<ServiceType> = {
"properties": [
{
"id": 0,
"name": "qiandao",
"type": {
"type": "Interface",
"indexSignature": {
"keyType": "String",
"name": "data",
"type": {
"type": "Any"
}
}
}
},
{
"id": 1,
"name": "gift",
"type": {
"type": "Interface",
"indexSignature": {
"keyType": "String",
"name": "payLog",
"type": {
"type": "Any"
}
}
}
},
{
"id": 2,
"name": "taskfinish",
"type": {
"type": "Array",
"elementType": {
"type": "String"
}
}
},
{
"id": 3,
"name": "taskval",
"type": {
"type": "Interface",
"indexSignature": {
"keyType": "String",
"type": {
"type": "Any"
}
}
}
},
{
"id": 4,
"name": "exchange",
"type": {
"type": "Interface",
"indexSignature": {
"keyType": "String",
"type": {
"type": "Any"
}
}
}
},
{
"id": 5,
"name": "gameNum",
"type": {
"type": "Number"
}
},
{
"id": 6,
"name": "refreshTime",
"type": {
"type": "Number"
}
},
{
"id": 7,
"name": "qiandaoTime",
"type": {
"type": "Number"
}
}
],
"indexSignature": {
"keyType": "String",