1
This commit is contained in:
parent
61772a3067
commit
5d871384f7
10
webapp/models/EventRanking.php
Normal file
10
webapp/models/EventRanking.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
namespace models;
|
||||||
|
|
||||||
|
|
||||||
|
class EventRanking
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -497,7 +497,8 @@ class FormulaService extends BaseService {
|
|||||||
|
|
||||||
//英雄劳力值
|
//英雄劳力值
|
||||||
public static function Hero_Labor_Value($heroDb){
|
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'];
|
return $heroDb['labour'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user