This commit is contained in:
aozhiwei 2021-11-25 10:27:20 +08:00
parent 0e63848930
commit c5bc98d7b1
28 changed files with 41 additions and 27 deletions

View File

@ -5,7 +5,7 @@ import _common
class Activity(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'newLuckDrawInfo',
'group': 'Activity',

View File

@ -5,7 +5,7 @@ import _common
class Additem(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': '添加道具additem',
'group': 'Additem',

View File

@ -5,7 +5,7 @@ import _common
class Bag(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getBagInfo',
'group': 'Bag',

View File

@ -5,7 +5,7 @@ import _common
class Equip(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'equipInfo',
'group': 'Equip',

View File

@ -5,7 +5,7 @@ import _common
class FesActivity(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'acitivityInfo',
'group': 'FesActivity',

View File

@ -5,7 +5,7 @@ import _common
class Friend(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'selectUserInfo',
'group': 'Friend',

View File

@ -5,7 +5,7 @@ import _common
class GM(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'clearDB',
'group': 'GM',

View File

@ -5,7 +5,7 @@ import _common
class GameOver(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': '首战奖励信息firstRewardInfo',
'group': 'GameOver',

View File

@ -5,7 +5,7 @@ import _common
class Gun(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': '获取枪支信息-getGunInfo',
'group': 'Gun',

View File

@ -5,7 +5,7 @@ import _common
class Hang(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getTime',
'group': 'Hang',

View File

@ -5,7 +5,7 @@ import _common
class Hero(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'addItemToDB',
'group': 'NHero',

View File

@ -5,7 +5,7 @@ import _common
class NRR(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'ResetRRVIP',
'group': 'NRR',

View File

@ -5,7 +5,7 @@ import _common
class NShop(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getShopData',
'group': 'NShop',

View File

@ -5,7 +5,7 @@ import _common
class NTask(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getRewardState',
'group': 'NTask',

View File

@ -5,7 +5,7 @@ import _common
class NewPayActivity(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'handlePre',
'group': 'NewPayActivity',

View File

@ -5,7 +5,7 @@ import _common
class Pass(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getPassInfo',
'group': 'Pass',

View File

@ -5,7 +5,7 @@ import _common
class Pay(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getPayInfo',
'group': 'Pay',

View File

@ -5,7 +5,7 @@ import _common
class PayActivity(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getExplode',
'group': 'PayActivity',

View File

@ -5,7 +5,7 @@ import _common
class PayNotify(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'payNotify',
'group': 'PayNotify',

View File

@ -5,7 +5,7 @@ import _common
class Quest(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'questInfo',
'group': 'Quest',

View File

@ -5,7 +5,7 @@ import _common
class Rank(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'rankInfo',
'group': 'Rank',

View File

@ -18,6 +18,20 @@ class Role(object):
_common.RoleInfo(),
]
},
]
self.apis_ = [
{
'desc': '获取角色信息roleInfo',
'group': 'Role',
'url': 'webapp/index.php?c=Role&a=roleInfo',
'params': [
_common.ReqHead(),
],
'response': [
_common.RspHead(),
_common.RoleInfo(),
]
},
{
'desc': '客户端战报clientBattleReport',
'group': 'Role',

View File

@ -5,7 +5,7 @@ import _common
class ServerSwitch(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'getSwitch',
'group': 'ServerSwitch',

View File

@ -5,7 +5,7 @@ import _common
class Share(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'beeReward',
'group': 'Share',

View File

@ -5,7 +5,7 @@ import _common
class Shop(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'newShopInfo',
'group': 'Shop',

View File

@ -5,7 +5,7 @@ import _common
class Sign(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'signInfo',
'group': 'Sign',

View File

@ -5,7 +5,7 @@ import _common
class Team(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'createTeam',
'group': 'Team',

View File

@ -5,7 +5,7 @@ import _common
class Voice(object):
def __init__(self):
self.apis = [
self.apis_ = [
{
'desc': 'upload',
'group': 'Voice',