1
This commit is contained in:
parent
29d1b12132
commit
084a224b1f
25
doc/AAGameLog.py
Normal file
25
doc/AAGameLog.py
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import _common
|
||||||
|
|
||||||
|
class AAGameLog(object):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
self.apis = [
|
||||||
|
{
|
||||||
|
'name': 'customReport',
|
||||||
|
'desc': '上报自定义日志',
|
||||||
|
'group': '!AAGameLog',
|
||||||
|
'url': 'https://gamelog-test.kingsome.cn/webapp/index.php?c=GameLog&a=customReport',
|
||||||
|
'params': [
|
||||||
|
_common.ReqHead(),
|
||||||
|
['gameid', '', '游戏id'],
|
||||||
|
['channel', '', '渠道编号'],
|
||||||
|
['event_name', '', '事件名']
|
||||||
|
['account_id', '', '账号Id'],
|
||||||
|
['session_id', '', '会话id'],
|
||||||
|
['localuuid', '', '本地唯一Id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user