推送礼包
This commit is contained in:
xcy 2023-12-22 22:20:56 +08:00
parent 474246463c
commit 62d954c743
2 changed files with 158 additions and 109 deletions

View File

@ -1,5 +1,3 @@
import {Gift} from "../../../module/collection_pushgift";
export type ReqItemNoEnough = { export type ReqItemNoEnough = {
need: { a: string, t: string } need: { a: string, t: string }
} }

View File

@ -236,6 +236,7 @@ import { MsgPayResult } from './msg_s2c/MsgPayResult';
import { MsgPeijianChange } from './msg_s2c/MsgPeijianChange'; import { MsgPeijianChange } from './msg_s2c/MsgPeijianChange';
import { MsgPlayerChange } from './msg_s2c/MsgPlayerChange'; import { MsgPlayerChange } from './msg_s2c/MsgPlayerChange';
import { MsgPrivate } from './msg_s2c/MsgPrivate'; import { MsgPrivate } from './msg_s2c/MsgPrivate';
import { MsgPushGiftChange } from './msg_s2c/MsgPushGiftChange';
import { MsgSendGift } from './msg_s2c/MsgSendGift'; import { MsgSendGift } from './msg_s2c/MsgSendGift';
import { MsgShiwuChange } from './msg_s2c/MsgShiwuChange'; import { MsgShiwuChange } from './msg_s2c/MsgShiwuChange';
import { MsgTaskChange } from './msg_s2c/MsgTaskChange'; import { MsgTaskChange } from './msg_s2c/MsgTaskChange';
@ -263,6 +264,7 @@ 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 { 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_48, ResOpen as ResOpen_48 } from './qjzzd/PtlOpen'; import { ReqOpen as ReqOpen_48, ResOpen as ResOpen_48 } from './qjzzd/PtlOpen';
import { ReqOpen as ReqOpen_49, ResOpen as ResOpen_49 } from './rank/PtlOpen'; import { ReqOpen as ReqOpen_49, ResOpen as ResOpen_49 } from './rank/PtlOpen';
@ -1288,6 +1290,10 @@ export interface ServiceType {
req: ReqTest, req: ReqTest,
res: ResTest res: ResTest
}, },
"pushgift/ItemNoEnough": {
req: ReqItemNoEnough,
res: ResItemNoEnough
},
"qjzzd/Fight": { "qjzzd/Fight": {
req: ReqFight_9, req: ReqFight_9,
res: ResFight_9 res: ResFight_9
@ -1626,6 +1632,7 @@ export interface ServiceType {
"msg_s2c/PeijianChange": MsgPeijianChange, "msg_s2c/PeijianChange": MsgPeijianChange,
"msg_s2c/PlayerChange": MsgPlayerChange, "msg_s2c/PlayerChange": MsgPlayerChange,
"msg_s2c/Private": MsgPrivate, "msg_s2c/Private": MsgPrivate,
"msg_s2c/PushGiftChange": MsgPushGiftChange,
"msg_s2c/SendGift": MsgSendGift, "msg_s2c/SendGift": MsgSendGift,
"msg_s2c/ShiwuChange": MsgShiwuChange, "msg_s2c/ShiwuChange": MsgShiwuChange,
"msg_s2c/TaskChange": MsgTaskChange, "msg_s2c/TaskChange": MsgTaskChange,
@ -2922,91 +2929,96 @@ export const serviceProto: ServiceProto<ServiceType> = {
}, },
{ {
"id": 237, "id": 237,
"name": "msg_s2c/SendGift", "name": "msg_s2c/PushGiftChange",
"type": "msg" "type": "msg"
}, },
{ {
"id": 238, "id": 238,
"name": "msg_s2c/ShiwuChange", "name": "msg_s2c/SendGift",
"type": "msg" "type": "msg"
}, },
{ {
"id": 239, "id": 239,
"name": "msg_s2c/TaskChange", "name": "msg_s2c/ShiwuChange",
"type": "msg" "type": "msg"
}, },
{ {
"id": 240, "id": 240,
"name": "msg_s2c/Xianshilibao", "name": "msg_s2c/TaskChange",
"type": "msg" "type": "msg"
}, },
{ {
"id": 241, "id": 241,
"name": "msg_s2c/Xianshilibao",
"type": "msg"
},
{
"id": 242,
"name": "pata/Fight", "name": "pata/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 242, "id": 243,
"name": "pata/GetPrize", "name": "pata/GetPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 243, "id": 244,
"name": "pata/Open", "name": "pata/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 244, "id": 245,
"name": "pata/SaoDang", "name": "pata/SaoDang",
"type": "api" "type": "api"
}, },
{ {
"id": 245, "id": 246,
"name": "pay/GetList", "name": "pay/GetList",
"type": "api" "type": "api"
}, },
{ {
"id": 246, "id": 247,
"name": "peijian/GetList", "name": "peijian/GetList",
"type": "api" "type": "api"
}, },
{ {
"id": 247, "id": 248,
"name": "peijian/JingLian", "name": "peijian/JingLian",
"type": "api" "type": "api"
}, },
{ {
"id": 248, "id": 249,
"name": "peijian/JinJie", "name": "peijian/JinJie",
"type": "api" "type": "api"
}, },
{ {
"id": 249, "id": 250,
"name": "peijian/LvUp", "name": "peijian/LvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 250, "id": 251,
"name": "peijian/OneKeyLvUp", "name": "peijian/OneKeyLvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 251, "id": 252,
"name": "peijian/OneKeyWear", "name": "peijian/OneKeyWear",
"type": "api" "type": "api"
}, },
{ {
"id": 252, "id": 253,
"name": "peijian/Reset", "name": "peijian/Reset",
"type": "api" "type": "api"
}, },
{ {
"id": 253, "id": 254,
"name": "peijian/Rm", "name": "peijian/Rm",
"type": "api" "type": "api"
}, },
{ {
"id": 254, "id": 255,
"name": "peijian/TakeOff", "name": "peijian/TakeOff",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3014,32 +3026,32 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 255, "id": 256,
"name": "peijian/UnLock", "name": "peijian/UnLock",
"type": "api" "type": "api"
}, },
{ {
"id": 256, "id": 257,
"name": "peijian/Wear", "name": "peijian/Wear",
"type": "api" "type": "api"
}, },
{ {
"id": 257, "id": 258,
"name": "peijiancangku/Deal", "name": "peijiancangku/Deal",
"type": "api" "type": "api"
}, },
{ {
"id": 258, "id": 259,
"name": "peijiancangku/Jump", "name": "peijiancangku/Jump",
"type": "api" "type": "api"
}, },
{ {
"id": 259, "id": 260,
"name": "peijiancangku/Open", "name": "peijiancangku/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 260, "id": 261,
"name": "Bingo", "name": "Bingo",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3047,137 +3059,142 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 261, "id": 262,
"name": "FightTest", "name": "FightTest",
"type": "api" "type": "api"
}, },
{ {
"id": 262, "id": 263,
"name": "SyncBtn", "name": "SyncBtn",
"type": "api" "type": "api"
}, },
{ {
"id": 263, "id": 264,
"name": "Test", "name": "Test",
"type": "api" "type": "api"
}, },
{
"id": 264,
"name": "qjzzd/Fight",
"type": "api"
},
{ {
"id": 265, "id": 265,
"name": "qjzzd/Open", "name": "pushgift/ItemNoEnough",
"type": "api" "type": "api"
}, },
{ {
"id": 266, "id": 266,
"name": "rank/Open", "name": "qjzzd/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 267, "id": 267,
"name": "shiwu/Concise", "name": "qjzzd/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 268, "id": 268,
"name": "shiwu/Extract", "name": "rank/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 269, "id": 269,
"name": "shiwu/GetList", "name": "shiwu/Concise",
"type": "api" "type": "api"
}, },
{ {
"id": 270, "id": 270,
"name": "shiwu/LvUp", "name": "shiwu/Extract",
"type": "api" "type": "api"
}, },
{ {
"id": 271, "id": 271,
"name": "shiwu/Recast", "name": "shiwu/GetList",
"type": "api" "type": "api"
}, },
{ {
"id": 272, "id": 272,
"name": "shiwu/TakeOff", "name": "shiwu/LvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 273, "id": 273,
"name": "shiwu/Wear", "name": "shiwu/Recast",
"type": "api" "type": "api"
}, },
{ {
"id": 274, "id": 274,
"name": "shootGame/Open", "name": "shiwu/TakeOff",
"type": "api" "type": "api"
}, },
{ {
"id": 275, "id": 275,
"name": "shootGame/Rec", "name": "shiwu/Wear",
"type": "api" "type": "api"
}, },
{ {
"id": 276, "id": 276,
"name": "shop/Buy", "name": "shootGame/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 277, "id": 277,
"name": "shop/Open", "name": "shootGame/Rec",
"type": "api" "type": "api"
}, },
{ {
"id": 278, "id": 278,
"name": "shop/Refresh", "name": "shop/Buy",
"type": "api" "type": "api"
}, },
{ {
"id": 279, "id": 279,
"name": "sign/GetBoxPrize", "name": "shop/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 280, "id": 280,
"name": "sign/GetPrize", "name": "shop/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 281, "id": 281,
"name": "sign/Open", "name": "sign/GetBoxPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 282, "id": 282,
"name": "slzd/Aim", "name": "sign/GetPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 283, "id": 283,
"name": "slzd/BuyNum", "name": "sign/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 284, "id": 284,
"name": "slzd/Fight", "name": "slzd/Aim",
"type": "api" "type": "api"
}, },
{ {
"id": 285, "id": 285,
"name": "slzd/FightLog", "name": "slzd/BuyNum",
"type": "api" "type": "api"
}, },
{ {
"id": 286, "id": 286,
"name": "slzd/MyRank", "name": "slzd/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 287, "id": 287,
"name": "slzd/FightLog",
"type": "api"
},
{
"id": 288,
"name": "slzd/MyRank",
"type": "api"
},
{
"id": 289,
"name": "slzd/Open", "name": "slzd/Open",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3187,77 +3204,77 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 288, "id": 290,
"name": "slzd/OpenFort", "name": "slzd/OpenFort",
"type": "api" "type": "api"
}, },
{ {
"id": 289, "id": 291,
"name": "slzd/Rec", "name": "slzd/Rec",
"type": "api" "type": "api"
}, },
{ {
"id": 290, "id": 292,
"name": "slzd/Refresh", "name": "slzd/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 291, "id": 293,
"name": "slzd/Slot", "name": "slzd/Slot",
"type": "api" "type": "api"
}, },
{ {
"id": 292, "id": 294,
"name": "tanxian/Event", "name": "tanxian/Event",
"type": "api" "type": "api"
}, },
{ {
"id": 293, "id": 295,
"name": "tanxian/FastGuaJi", "name": "tanxian/FastGuaJi",
"type": "api" "type": "api"
}, },
{ {
"id": 294, "id": 296,
"name": "tanxian/Fight", "name": "tanxian/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 295, "id": 297,
"name": "tanxian/GuaJi", "name": "tanxian/GuaJi",
"type": "api" "type": "api"
}, },
{ {
"id": 296, "id": 298,
"name": "tanxian/Open", "name": "tanxian/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 297, "id": 299,
"name": "tanxian/Receive", "name": "tanxian/Receive",
"type": "api" "type": "api"
}, },
{ {
"id": 298, "id": 300,
"name": "task/AllFinsh", "name": "task/AllFinsh",
"type": "api" "type": "api"
}, },
{ {
"id": 299, "id": 301,
"name": "task/Finsh", "name": "task/Finsh",
"type": "api" "type": "api"
}, },
{ {
"id": 300, "id": 302,
"name": "task/Open", "name": "task/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 301, "id": 303,
"name": "user/CDKEY", "name": "user/CDKEY",
"type": "api" "type": "api"
}, },
{ {
"id": 302, "id": 304,
"name": "user/ChangeInfo", "name": "user/ChangeInfo",
"type": "api", "type": "api",
"conf": { "conf": {
@ -3265,197 +3282,197 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
}, },
{ {
"id": 303, "id": 305,
"name": "user/ChangeName", "name": "user/ChangeName",
"type": "api" "type": "api"
}, },
{ {
"id": 304, "id": 306,
"name": "user/Fight", "name": "user/Fight",
"type": "api" "type": "api"
}, },
{ {
"id": 305, "id": 307,
"name": "user/GetInfo", "name": "user/GetInfo",
"type": "api" "type": "api"
}, },
{ {
"id": 306, "id": 308,
"name": "user/InfoOpen", "name": "user/InfoOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 307, "id": 309,
"name": "user/Login", "name": "user/Login",
"type": "api" "type": "api"
}, },
{ {
"id": 308, "id": 310,
"name": "user/Ping", "name": "user/Ping",
"type": "api" "type": "api"
}, },
{ {
"id": 309, "id": 311,
"name": "user/Renown", "name": "user/Renown",
"type": "api" "type": "api"
}, },
{ {
"id": 310, "id": 312,
"name": "user/RenownBuy", "name": "user/RenownBuy",
"type": "api" "type": "api"
}, },
{ {
"id": 311, "id": 313,
"name": "user/RenownGetPrize", "name": "user/RenownGetPrize",
"type": "api" "type": "api"
}, },
{ {
"id": 312, "id": 314,
"name": "user/RenownOpen", "name": "user/RenownOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 313, "id": 315,
"name": "user/Tujian", "name": "user/Tujian",
"type": "api" "type": "api"
}, },
{ {
"id": 314, "id": 316,
"name": "weixiuchang/Decompose", "name": "weixiuchang/Decompose",
"type": "api" "type": "api"
}, },
{ {
"id": 315, "id": 317,
"name": "weixiuchang/Exchange", "name": "weixiuchang/Exchange",
"type": "api" "type": "api"
}, },
{ {
"id": 316, "id": 318,
"name": "weixiuchang/Open", "name": "weixiuchang/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 317, "id": 319,
"name": "weixiuchang/UpLv", "name": "weixiuchang/UpLv",
"type": "api" "type": "api"
}, },
{ {
"id": 318, "id": 320,
"name": "weixiuchang/UpStar", "name": "weixiuchang/UpStar",
"type": "api" "type": "api"
}, },
{ {
"id": 319, "id": 321,
"name": "wzry/AutoBaoMing", "name": "wzry/AutoBaoMing",
"type": "api" "type": "api"
}, },
{ {
"id": 320, "id": 322,
"name": "wzry/BaoMing", "name": "wzry/BaoMing",
"type": "api" "type": "api"
}, },
{ {
"id": 321, "id": 323,
"name": "wzry/catFightLog", "name": "wzry/catFightLog",
"type": "api" "type": "api"
}, },
{ {
"id": 322, "id": 324,
"name": "wzry/CatGroup", "name": "wzry/CatGroup",
"type": "api" "type": "api"
}, },
{ {
"id": 323, "id": 325,
"name": "wzry/DldFight", "name": "wzry/DldFight",
"type": "api" "type": "api"
}, },
{ {
"id": 324, "id": 326,
"name": "wzry/DldRefre", "name": "wzry/DldRefre",
"type": "api" "type": "api"
}, },
{ {
"id": 325, "id": 327,
"name": "wzry/JingCai", "name": "wzry/JingCai",
"type": "api" "type": "api"
}, },
{ {
"id": 326, "id": 328,
"name": "wzry/JingCaiOpen", "name": "wzry/JingCaiOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 327, "id": 329,
"name": "wzry/Open", "name": "wzry/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 328, "id": 330,
"name": "wzry/UpdateFight", "name": "wzry/UpdateFight",
"type": "api" "type": "api"
}, },
{ {
"id": 329, "id": 331,
"name": "wzry/Wzzd", "name": "wzry/Wzzd",
"type": "api" "type": "api"
}, },
{ {
"id": 330, "id": 332,
"name": "wzry/ZuanShiOpen", "name": "wzry/ZuanShiOpen",
"type": "api" "type": "api"
}, },
{ {
"id": 331, "id": 333,
"name": "xstask/AllGet", "name": "xstask/AllGet",
"type": "api" "type": "api"
}, },
{ {
"id": 332, "id": 334,
"name": "xstask/Get", "name": "xstask/Get",
"type": "api" "type": "api"
}, },
{ {
"id": 333, "id": 335,
"name": "xstask/LvUp", "name": "xstask/LvUp",
"type": "api" "type": "api"
}, },
{ {
"id": 334, "id": 336,
"name": "xstask/OnekeyReceive", "name": "xstask/OnekeyReceive",
"type": "api" "type": "api"
}, },
{ {
"id": 335, "id": 337,
"name": "xstask/Open", "name": "xstask/Open",
"type": "api" "type": "api"
}, },
{ {
"id": 336, "id": 338,
"name": "xstask/Receive", "name": "xstask/Receive",
"type": "api" "type": "api"
}, },
{ {
"id": 337, "id": 339,
"name": "xstask/Refresh", "name": "xstask/Refresh",
"type": "api" "type": "api"
}, },
{ {
"id": 338, "id": 340,
"name": "yongbingzhuzhan/Handle", "name": "yongbingzhuzhan/Handle",
"type": "api" "type": "api"
}, },
{ {
"id": 339, "id": 341,
"name": "zhanqianbushu/ChangePos", "name": "zhanqianbushu/ChangePos",
"type": "api" "type": "api"
}, },
{ {
"id": 340, "id": 342,
"name": "zhanqianbushu/Select", "name": "zhanqianbushu/Select",
"type": "api" "type": "api"
}, },
{ {
"id": 341, "id": 343,
"name": "zhanqianbushu/Up", "name": "zhanqianbushu/Up",
"type": "api" "type": "api"
} }
@ -17934,6 +17951,9 @@ export const serviceProto: ServiceProto<ServiceType> = {
} }
} }
}, },
"msg_s2c/MsgPushGiftChange/MsgPushGiftChange": {
"type": "Number"
},
"msg_s2c/MsgSendGift/MsgSendGift": { "msg_s2c/MsgSendGift/MsgSendGift": {
"type": "Interface", "type": "Interface",
"indexSignature": { "indexSignature": {
@ -19015,6 +19035,37 @@ 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"
},
"qjzzd/PtlFight/ReqFight": { "qjzzd/PtlFight/ReqFight": {
"type": "Interface" "type": "Interface"
}, },