From 0dfee792a6d8d50d99f0be1c8db1867cc5395547 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Tue, 18 Oct 2022 11:46:30 +0800 Subject: [PATCH] 1 --- webapp/services/LogService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/LogService.php b/webapp/services/LogService.php index 5a9c8b79..76cb8938 100644 --- a/webapp/services/LogService.php +++ b/webapp/services/LogService.php @@ -36,7 +36,7 @@ class LogService extends BaseService const BATTLE_AWARD_PVE = "battle_award_pve"; //PVE战斗奖励 const BATTLE_AWARD_MATCH = "battle_award_match"; //排位赛战斗奖励 - const PRONAME = 'game_20006_api'; + const PRONAME = 'game_2006_api'; const GAMEID = 2006; public static function consumeCEG($event,$old_nft,$new_nft,$param = [])