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