proto
This commit is contained in:
xcy 2023-12-22 11:57:39 +08:00
parent 9490faa364
commit 372c84fd05

View File

@ -271,7 +271,6 @@ import { ReqBingo, ResBingo } from './PtlBingo';
import { ReqFightTest, ResFightTest } from './PtlFightTest'; import { ReqFightTest, ResFightTest } from './PtlFightTest';
import { ReqSyncBtn, ResSyncBtn } from './PtlSyncBtn'; import { ReqSyncBtn, ResSyncBtn } from './PtlSyncBtn';
import { ReqTest, ResTest } from './PtlTest'; import { ReqTest, ResTest } from './PtlTest';
import { ReqItemNoEnough, ResItemNoEnough } from './pushgift/PtlItemNoEnough';
import { ReqOpen as ReqOpen_51, ResOpen as ResOpen_51 } from './pushgift/PtlOpen'; import { ReqOpen as ReqOpen_51, ResOpen as ResOpen_51 } from './pushgift/PtlOpen';
import { ReqFight as ReqFight_9, ResFight as ResFight_9 } from './qjzzd/PtlFight'; import { ReqFight as ReqFight_9, ResFight as ResFight_9 } from './qjzzd/PtlFight';
import { ReqOpen as ReqOpen_52, ResOpen as ResOpen_52 } from './qjzzd/PtlOpen'; import { ReqOpen as ReqOpen_52, ResOpen as ResOpen_52 } from './qjzzd/PtlOpen';
@ -313,7 +312,6 @@ import { ReqOpen as ReqOpen_59, ResOpen as ResOpen_59 } from './task/PtlOpen';
import { ReqCDKEY, ResCDKEY } from './user/PtlCDKEY'; import { ReqCDKEY, ResCDKEY } from './user/PtlCDKEY';
import { ReqChangeInfo, ResChangeInfo } from './user/PtlChangeInfo'; import { ReqChangeInfo, ResChangeInfo } from './user/PtlChangeInfo';
import { ReqChangeName, ResChangeName } from './user/PtlChangeName'; import { ReqChangeName, ResChangeName } from './user/PtlChangeName';
import { ReqDot, ResDot } from './user/PtlDot';
import { ReqFight as ReqFight_12, ResFight as ResFight_12 } from './user/PtlFight'; import { ReqFight as ReqFight_12, ResFight as ResFight_12 } from './user/PtlFight';
import { ReqGetInfo, ResGetInfo } from './user/PtlGetInfo'; import { ReqGetInfo, ResGetInfo } from './user/PtlGetInfo';
import { ReqInfoOpen, ResInfoOpen } from './user/PtlInfoOpen'; import { ReqInfoOpen, ResInfoOpen } from './user/PtlInfoOpen';
@ -1327,10 +1325,6 @@ export interface ServiceType {
req: ReqTest, req: ReqTest,
res: ResTest res: ResTest
}, },
"pushgift/ItemNoEnough": {
req: ReqItemNoEnough,
res: ResItemNoEnough
},
"pushgift/Open": { "pushgift/Open": {
req: ReqOpen_51, req: ReqOpen_51,
res: ResOpen_51 res: ResOpen_51
@ -1495,10 +1489,6 @@ export interface ServiceType {
req: ReqChangeName, req: ReqChangeName,
res: ResChangeName res: ResChangeName
}, },
"user/Dot": {
req: ReqDot,
res: ResDot
},
"user/Fight": { "user/Fight": {
req: ReqFight_12, req: ReqFight_12,
res: ResFight_12 res: ResFight_12
@ -3155,131 +3145,126 @@ export const serviceProto: ServiceProto<ServiceType> = {
}, },
{ {
"id": 272, "id": 272,
"name": "pushgift/ItemNoEnough",
"type": "api"
},
{
"id": 273,
"name": "pushgift/Open", "name": "pushgift/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 274, "id": 273,
"name": "qjzzd/Fight", "name": "qjzzd/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 275, "id": 274,
"name": "qjzzd/Open", "name": "qjzzd/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 276, "id": 275,
"name": "rank/Open", "name": "rank/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 277, "id": 276,
"name": "shiwu/Concise", "name": "shiwu/Concise",
"type": "api" "type": "api"
}, },
{ {
"id": 278, "id": 277,
"name": "shiwu/Extract", "name": "shiwu/Extract",
"type": "api" "type": "api"
}, },
{ {
"id": 279, "id": 278,
"name": "shiwu/GetList", "name": "shiwu/GetList",
"type": "api" "type": "api"
}, },
{ {
"id": 280, "id": 279,
"name": "shiwu/LvUp", "name": "shiwu/LvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 281, "id": 280,
"name": "shiwu/Recast", "name": "shiwu/Recast",
"type": "api" "type": "api"
}, },
{ {
"id": 282, "id": 281,
"name": "shiwu/TakeOff", "name": "shiwu/TakeOff",
"type": "api" "type": "api"
}, },
{ {
"id": 283, "id": 282,
"name": "shiwu/Wear", "name": "shiwu/Wear",
"type": "api" "type": "api"
}, },
{ {
"id": 284, "id": 283,
"name": "shootGame/Open", "name": "shootGame/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 285, "id": 284,
"name": "shootGame/Rec", "name": "shootGame/Rec",
"type": "api" "type": "api"
}, },
{ {
"id": 286, "id": 285,
"name": "shop/Buy", "name": "shop/Buy",
"type": "api" "type": "api"
}, },
{ {
"id": 287, "id": 286,
"name": "shop/Open", "name": "shop/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 288, "id": 287,
"name": "shop/Refresh", "name": "shop/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 289, "id": 288,
"name": "sign/GetBoxPrize", "name": "sign/GetBoxPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 290, "id": 289,
"name": "sign/GetPrize", "name": "sign/GetPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 291, "id": 290,
"name": "sign/Open", "name": "sign/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 292, "id": 291,
"name": "slzd/Aim", "name": "slzd/Aim",
"type": "api" "type": "api"
}, },
{ {
"id": 293, "id": 292,
"name": "slzd/BuyNum", "name": "slzd/BuyNum",
"type": "api" "type": "api"
}, },
{ {
"id": 294, "id": 293,
"name": "slzd/Fight", "name": "slzd/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 295, "id": 294,
"name": "slzd/FightLog", "name": "slzd/FightLog",
"type": "api" "type": "api"
}, },
{ {
"id": 296, "id": 295,
"name": "slzd/MyRank", "name": "slzd/MyRank",
"type": "api" "type": "api"
}, },
{ {
"id": 297, "id": 296,
"name": "slzd/Open", "name": "slzd/Open",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3289,77 +3274,77 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 298, "id": 297,
"name": "slzd/OpenFort", "name": "slzd/OpenFort",
"type": "api" "type": "api"
}, },
{ {
"id": 299, "id": 298,
"name": "slzd/Rec", "name": "slzd/Rec",
"type": "api" "type": "api"
}, },
{ {
"id": 300, "id": 299,
"name": "slzd/Refresh", "name": "slzd/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 301, "id": 300,
"name": "slzd/Slot", "name": "slzd/Slot",
"type": "api" "type": "api"
}, },
{ {
"id": 302, "id": 301,
"name": "tanxian/Event", "name": "tanxian/Event",
"type": "api" "type": "api"
}, },
{ {
"id": 303, "id": 302,
"name": "tanxian/FastGuaJi", "name": "tanxian/FastGuaJi",
"type": "api" "type": "api"
}, },
{ {
"id": 304, "id": 303,
"name": "tanxian/Fight", "name": "tanxian/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 305, "id": 304,
"name": "tanxian/GuaJi", "name": "tanxian/GuaJi",
"type": "api" "type": "api"
}, },
{ {
"id": 306, "id": 305,
"name": "tanxian/Open", "name": "tanxian/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 307, "id": 306,
"name": "tanxian/Receive", "name": "tanxian/Receive",
"type": "api" "type": "api"
}, },
{ {
"id": 308, "id": 307,
"name": "task/AllFinsh", "name": "task/AllFinsh",
"type": "api" "type": "api"
}, },
{ {
"id": 309, "id": 308,
"name": "task/Finsh", "name": "task/Finsh",
"type": "api" "type": "api"
}, },
{ {
"id": 310, "id": 309,
"name": "task/Open", "name": "task/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 311, "id": 310,
"name": "user/CDKEY", "name": "user/CDKEY",
"type": "api" "type": "api"
}, },
{ {
"id": 312, "id": 311,
"name": "user/ChangeInfo", "name": "user/ChangeInfo",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3367,202 +3352,197 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 313, "id": 312,
"name": "user/ChangeName", "name": "user/ChangeName",
"type": "api" "type": "api"
}, },
{ {
"id": 314, "id": 313,
"name": "user/Dot",
"type": "api"
},
{
"id": 315,
"name": "user/Fight", "name": "user/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 316, "id": 314,
"name": "user/GetInfo", "name": "user/GetInfo",
"type": "api" "type": "api"
}, },
{ {
"id": 317, "id": 315,
"name": "user/InfoOpen", "name": "user/InfoOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 318, "id": 316,
"name": "user/Login", "name": "user/Login",
"type": "api" "type": "api"
}, },
{ {
"id": 319, "id": 317,
"name": "user/Ping", "name": "user/Ping",
"type": "api" "type": "api"
}, },
{ {
"id": 320, "id": 318,
"name": "user/Renown", "name": "user/Renown",
"type": "api" "type": "api"
}, },
{ {
"id": 321, "id": 319,
"name": "user/RenownBuy", "name": "user/RenownBuy",
"type": "api" "type": "api"
}, },
{ {
"id": 322, "id": 320,
"name": "user/RenownGetPrize", "name": "user/RenownGetPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 323, "id": 321,
"name": "user/RenownOpen", "name": "user/RenownOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 324, "id": 322,
"name": "user/Tujian", "name": "user/Tujian",
"type": "api" "type": "api"
}, },
{ {
"id": 325, "id": 323,
"name": "weixiuchang/Decompose", "name": "weixiuchang/Decompose",
"type": "api" "type": "api"
}, },
{ {
"id": 326, "id": 324,
"name": "weixiuchang/Exchange", "name": "weixiuchang/Exchange",
"type": "api" "type": "api"
}, },
{ {
"id": 327, "id": 325,
"name": "weixiuchang/Open", "name": "weixiuchang/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 328, "id": 326,
"name": "weixiuchang/UpLv", "name": "weixiuchang/UpLv",
"type": "api" "type": "api"
}, },
{ {
"id": 329, "id": 327,
"name": "weixiuchang/UpStar", "name": "weixiuchang/UpStar",
"type": "api" "type": "api"
}, },
{ {
"id": 330, "id": 328,
"name": "wzry/AutoBaoMing", "name": "wzry/AutoBaoMing",
"type": "api" "type": "api"
}, },
{ {
"id": 331, "id": 329,
"name": "wzry/BaoMing", "name": "wzry/BaoMing",
"type": "api" "type": "api"
}, },
{ {
"id": 332, "id": 330,
"name": "wzry/catFightLog", "name": "wzry/catFightLog",
"type": "api" "type": "api"
}, },
{ {
"id": 333, "id": 331,
"name": "wzry/CatGroup", "name": "wzry/CatGroup",
"type": "api" "type": "api"
}, },
{ {
"id": 334, "id": 332,
"name": "wzry/DldFight", "name": "wzry/DldFight",
"type": "api" "type": "api"
}, },
{ {
"id": 335, "id": 333,
"name": "wzry/DldRefre", "name": "wzry/DldRefre",
"type": "api" "type": "api"
}, },
{ {
"id": 336, "id": 334,
"name": "wzry/JingCai", "name": "wzry/JingCai",
"type": "api" "type": "api"
}, },
{ {
"id": 337, "id": 335,
"name": "wzry/JingCaiOpen", "name": "wzry/JingCaiOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 338, "id": 336,
"name": "wzry/Open", "name": "wzry/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 339, "id": 337,
"name": "wzry/UpdateFight", "name": "wzry/UpdateFight",
"type": "api" "type": "api"
}, },
{ {
"id": 340, "id": 338,
"name": "wzry/Wzzd", "name": "wzry/Wzzd",
"type": "api" "type": "api"
}, },
{ {
"id": 341, "id": 339,
"name": "wzry/ZuanShiOpen", "name": "wzry/ZuanShiOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 342, "id": 340,
"name": "xstask/AllGet", "name": "xstask/AllGet",
"type": "api" "type": "api"
}, },
{ {
"id": 343, "id": 341,
"name": "xstask/Get", "name": "xstask/Get",
"type": "api" "type": "api"
}, },
{ {
"id": 344, "id": 342,
"name": "xstask/LvUp", "name": "xstask/LvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 345, "id": 343,
"name": "xstask/OnekeyReceive", "name": "xstask/OnekeyReceive",
"type": "api" "type": "api"
}, },
{ {
"id": 346, "id": 344,
"name": "xstask/Open", "name": "xstask/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 347, "id": 345,
"name": "xstask/Receive", "name": "xstask/Receive",
"type": "api" "type": "api"
}, },
{ {
"id": 348, "id": 346,
"name": "xstask/Refresh", "name": "xstask/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 349, "id": 347,
"name": "yongbingzhuzhan/Handle", "name": "yongbingzhuzhan/Handle",
"type": "api" "type": "api"
}, },
{ {
"id": 350, "id": 348,
"name": "zhanqianbushu/ChangePos", "name": "zhanqianbushu/ChangePos",
"type": "api" "type": "api"
}, },
{ {
"id": 351, "id": 349,
"name": "zhanqianbushu/Select", "name": "zhanqianbushu/Select",
"type": "api" "type": "api"
}, },
{ {
"id": 352, "id": 350,
"name": "zhanqianbushu/Up", "name": "zhanqianbushu/Up",
"type": "api" "type": "api"
} }
@ -10318,8 +10298,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"name": "activityId", "name": "activityId",
"type": { "type": {
"type": "Number" "type": "Number"
}, }
"optional": true
} }
] ]
}, },
@ -10347,23 +10326,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": { "type": {
"type": "Boolean" "type": "Boolean"
} }
},
{
"id": 3,
"name": "price",
"type": {
"type": "Number"
}
},
{
"id": 4,
"name": "showOffList",
"type": {
"type": "Array",
"elementType": {
"type": "Any"
}
}
} }
] ]
}, },
@ -10394,16 +10356,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"name": "timesRemaining", "name": "timesRemaining",
"type": { "type": {
"type": "Number" "type": "Number"
}, }
"optional": true
},
{
"id": 2,
"name": "showOff",
"type": {
"type": "Boolean"
},
"optional": true
} }
] ]
}, },
@ -10923,8 +10876,30 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": { "type": {
"type": "Array", "type": "Array",
"elementType": { "elementType": {
"type": "Reference", "type": "Interface",
"target": "event/xiaofeijingsai/PtlOpen/data" "properties": [
{
"id": 0,
"name": "_id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "total",
"type": {
"type": "Number"
}
},
{
"id": 2,
"name": "player",
"type": {
"type": "Any"
}
}
]
} }
} }
}, },
@ -10932,41 +10907,30 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 1, "id": 1,
"name": "myData", "name": "myData",
"type": { "type": {
"type": "Reference", "type": "Interface",
"target": "event/xiaofeijingsai/PtlOpen/data" "properties": [
} {
} "id": 0,
] "name": "_id",
}, "type": {
"event/xiaofeijingsai/PtlOpen/data": { "type": "String"
"type": "Interface", }
"properties": [ },
{ {
"id": 0, "id": 1,
"name": "_id", "name": "total",
"type": { "type": {
"type": "String" "type": "Number"
} }
}, },
{ {
"id": 1, "id": 2,
"name": "total", "name": "player",
"type": { "type": {
"type": "Number" "type": "Any"
} }
}, }
{ ]
"id": 2,
"name": "rank",
"type": {
"type": "Number"
}
},
{
"id": 3,
"name": "player",
"type": {
"type": "Any"
} }
} }
] ]
@ -15317,13 +15281,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Literal", "type": "Literal",
"literal": "leichonglibao" "literal": "leichonglibao"
} }
},
{
"id": 39,
"type": {
"type": "Literal",
"literal": "payForDiamond"
}
} }
] ]
}, },
@ -19442,37 +19399,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"PtlTest/ResTest": { "PtlTest/ResTest": {
"type": "Any" "type": "Any"
}, },
"pushgift/PtlItemNoEnough/ReqItemNoEnough": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "need",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "a",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "t",
"type": {
"type": "String"
}
}
]
}
}
]
},
"pushgift/PtlItemNoEnough/ResItemNoEnough": {
"type": "Interface"
},
"pushgift/PtlOpen/ReqOpen": { "pushgift/PtlOpen/ReqOpen": {
"type": "Interface" "type": "Interface"
}, },
@ -21437,29 +21363,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"user/PtlChangeName/ResChangeName": { "user/PtlChangeName/ResChangeName": {
"type": "Interface" "type": "Interface"
}, },
"user/PtlDot/ReqDot": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "type",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "data",
"type": {
"type": "Any"
},
"optional": true
}
]
},
"user/PtlDot/ResDot": {
"type": "Interface"
},
"user/PtlFight/ReqFight": { "user/PtlFight/ReqFight": {
"type": "Interface", "type": "Interface",
"properties": [ "properties": [