移除shareGame

This commit is contained in:
aozhiwei 2021-11-23 12:07:54 +08:00
parent ac0f310a7e
commit e6851ab549
2 changed files with 0 additions and 23 deletions

View File

@ -61,17 +61,6 @@ class Role(object):
_common.RspHead(),
]
},
{
'desc': 'shareGame',
'group': 'Role',
'url': 'webapp/index.php?c=Role&a=shareGame',
'params': [
_common.ReqHead(),
],
'response': [
_common.RspHead(),
]
},
{
'desc': 'getPreSettlementInfo',
'group': 'Role',

View File

@ -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()
{
$account_id = $_REQUEST['account_id'];