1
This commit is contained in:
parent
8a4f7f181e
commit
e9b955c31c
@ -10,7 +10,6 @@ class AALogin(object):
|
|||||||
'group': '!AALogin',
|
'group': '!AALogin',
|
||||||
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Login&a=getNonce',
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Login&a=getNonce',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
|
||||||
['gameid', '', '游戏id'],
|
['gameid', '', '游戏id'],
|
||||||
['account', '', '钱包账号(oxxxx)'],
|
['account', '', '钱包账号(oxxxx)'],
|
||||||
],
|
],
|
||||||
@ -25,7 +24,6 @@ class AALogin(object):
|
|||||||
'group': '!AALogin',
|
'group': '!AALogin',
|
||||||
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Annc&a=getAnnouncement',
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Annc&a=getAnnouncement',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
|
||||||
['gameid', '', '游戏id'],
|
['gameid', '', '游戏id'],
|
||||||
['channel', '', '渠道编号'],
|
['channel', '', '渠道编号'],
|
||||||
],
|
],
|
||||||
@ -37,12 +35,11 @@ class AALogin(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'auth',
|
'name': 'auth(待废弃)',
|
||||||
'desc': '登录验证',
|
'desc': '登录验证',
|
||||||
'group': '!AALogin',
|
'group': '!AALogin',
|
||||||
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Login&a=auth',
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Login&a=auth',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
|
||||||
['gameid', '', '游戏id'],
|
['gameid', '', '游戏id'],
|
||||||
['channel', '', '渠道编号'],
|
['channel', '', '渠道编号'],
|
||||||
['token', '', '微信:登录时获取的code 手Q:openkey vivo:空'],
|
['token', '', '微信:登录时获取的code 手Q:openkey vivo:空'],
|
||||||
@ -82,13 +79,30 @@ class AALogin(object):
|
|||||||
['green_time', 0, '回合制专用字段-健康游戏时间(单位小时) 节假日1.5,平时3,只有测试服才有该字段!!!'],
|
['green_time', 0, '回合制专用字段-健康游戏时间(单位小时) 节假日1.5,平时3,只有测试服才有该字段!!!'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'method': 'POST',
|
||||||
|
'name': 'auth2',
|
||||||
|
'desc': '登录验证',
|
||||||
|
'group': '!AALogin',
|
||||||
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=Login&a=auth2',
|
||||||
|
'is_json_params': True,
|
||||||
|
'params': [
|
||||||
|
['channel', '', '渠道id 1:immutable 2:游客'],
|
||||||
|
['data', '', 'channel==1时传jwt channel=2时传客户端本地生成的id该id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['account_id', '', 'account_id'],
|
||||||
|
['session_id', '', '会话id'],
|
||||||
|
['server_time', 0, '回合制专用字段-服务器当前utc时间'],
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name': 'getSwitch',
|
'name': 'getSwitch',
|
||||||
'desc': '获取开关',
|
'desc': '获取开关',
|
||||||
'group': '!AALogin',
|
'group': '!AALogin',
|
||||||
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=ServerSwitch&a=getSwitch',
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=ServerSwitch&a=getSwitch',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
|
||||||
['gameid', '', '游戏id'],
|
['gameid', '', '游戏id'],
|
||||||
['_packageid', 0, '包id 1:android 2:ios'],
|
['_packageid', 0, '包id 1:android 2:ios'],
|
||||||
['_version', '', '版本号'],
|
['_version', '', '版本号'],
|
||||||
@ -104,7 +118,6 @@ class AALogin(object):
|
|||||||
'group': '!AALogin',
|
'group': '!AALogin',
|
||||||
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=ServerSwitch&a=getWhiteList',
|
'url': 'https://login-test.kingsome.cn/webapp/index.php?c=ServerSwitch&a=getWhiteList',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
|
||||||
['gameid', '', '游戏id'],
|
['gameid', '', '游戏id'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user