This commit is contained in:
hujiabin 2022-11-22 15:06:16 +08:00
parent 61772a3067
commit 5d871384f7
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace models;
class EventRanking
{
}

View File

@ -497,7 +497,8 @@ class FormulaService extends BaseService {
//英雄劳力值
public static function Hero_Labor_Value($heroDb){
// return 1;
error_log('JAMES TEST LOG REQUEST INFO--------'.json_encode($_REQUEST));
error_log('JAMES TEST LOG HERO INFO--------'.json_encode($heroDb));
return $heroDb['labour'];
}