1
This commit is contained in:
parent
f88386bbb7
commit
adf514a964
@ -362,7 +362,6 @@ class AddReward {
|
|||||||
|
|
||||||
protected function addweizhuang($item_id, $item_num, $accountid)
|
protected function addweizhuang($item_id, $item_num, $accountid)
|
||||||
{
|
{
|
||||||
$beginTick = phpcommon\getTickCount();
|
|
||||||
$conn = $this->getMysql($accountid);
|
$conn = $this->getMysql($accountid);
|
||||||
if (!$conn) {
|
if (!$conn) {
|
||||||
phpcommon\sendError(ERR_USER_BASE + 1, '没有这个玩家');
|
phpcommon\sendError(ERR_USER_BASE + 1, '没有这个玩家');
|
||||||
@ -431,7 +430,6 @@ class AddReward {
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error_log('weizhuan3:' . phpcommon\getTickCount() . ' costime:' . (phpcommon\getTickCount() - $beginTick)) ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function addticket($item_id, $item_num, $accountid)
|
protected function addticket($item_id, $item_num, $accountid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user