移除shareGame
This commit is contained in:
parent
ac0f310a7e
commit
e6851ab549
11
doc/Role.py
11
doc/Role.py
@ -61,17 +61,6 @@ class Role(object):
|
|||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'desc': 'shareGame',
|
|
||||||
'group': 'Role',
|
|
||||||
'url': 'webapp/index.php?c=Role&a=shareGame',
|
|
||||||
'params': [
|
|
||||||
_common.ReqHead(),
|
|
||||||
],
|
|
||||||
'response': [
|
|
||||||
_common.RspHead(),
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'desc': 'getPreSettlementInfo',
|
'desc': 'getPreSettlementInfo',
|
||||||
'group': 'Role',
|
'group': 'Role',
|
||||||
|
@ -343,18 +343,6 @@ class RoleController extends BaseAuthedController {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shareGame()
|
|
||||||
{
|
|
||||||
$account_id = $_REQUEST['account_id'];
|
|
||||||
$conn = $this->getMysql($account_id);
|
|
||||||
// $quest = new classes\Quest();
|
|
||||||
// $quest->triggerQuest(QUEST_DAY_SHARE, 1, 1, $account_id);
|
|
||||||
echo json_encode(array(
|
|
||||||
'errcode' => 0,
|
|
||||||
'errmsg' => '',
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPreSettlementInfo()
|
public function getPreSettlementInfo()
|
||||||
{
|
{
|
||||||
$account_id = $_REQUEST['account_id'];
|
$account_id = $_REQUEST['account_id'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user