mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-16 14:54:38 +01:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import betterproto
|
||||
from game_server.net.session import Session
|
||||
from lib.proto import (
|
||||
GetInviteActivityInviterDataReq,
|
||||
GetInviteActivityInviterDataRsp,
|
||||
InviterActivity
|
||||
)
|
||||
|
||||
async def handle(session: Session, msg: GetInviteActivityInviterDataReq) -> betterproto.Message:
|
||||
return GetInviteActivityInviterDataRsp(
|
||||
retcode=0,
|
||||
inviter_activity_info_list=[
|
||||
InviterActivity(
|
||||
schedule_id=4
|
||||
),
|
||||
InviterActivity(
|
||||
schedule_id=103
|
||||
),
|
||||
],
|
||||
my_invite_code="17263334YG"
|
||||
)
|
||||
Reference in New Issue
Block a user