1
This commit is contained in:
parent
6a2fdf0c5a
commit
86c49e59fa
@ -89,7 +89,7 @@ class LogService extends BaseService
|
|||||||
}
|
}
|
||||||
public static function productGoldCallback($base, $event,$param = [])
|
public static function productGoldCallback($base, $event,$param = [])
|
||||||
{
|
{
|
||||||
$logInfo = self::goldRecord($base['account_id']);
|
$logInfo = self::goldRecord($base);
|
||||||
$data = self::userInfoByAccountId($base['account_id']);
|
$data = self::userInfoByAccountId($base['account_id']);
|
||||||
$data['type'] = self::PRODUCT_TYPE;
|
$data['type'] = self::PRODUCT_TYPE;
|
||||||
$data['event_name'] = $event['name'];
|
$data['event_name'] = $event['name'];
|
||||||
|
@ -67,7 +67,7 @@ class GameItemMarketBuyOk {
|
|||||||
'val' => $itemNum
|
'val' => $itemNum
|
||||||
];
|
];
|
||||||
LogService::productGoldCallback(
|
LogService::productGoldCallback(
|
||||||
['account_id' => $accountId],
|
array('account_id' => $accountId),
|
||||||
$event);
|
$event);
|
||||||
}
|
}
|
||||||
$itemService = new ShopAddItemService();
|
$itemService = new ShopAddItemService();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user