|
|
@@ -42,8 +42,10 @@ $routes=array(
|
|
|
'hjgame'=>exeApi('api', 'HjGame','getPipelineRecord'),
|
|
|
'ogsports'=>exeApi('api', 'Oggame_sport','getPipelineRecord'),
|
|
|
'fygame'=>exeApi('api', 'fyGame','getBetting'),
|
|
|
+ 'settdebug'=>exeApi('api', 'Settlement','debug'),
|
|
|
'setSports'=>exeApi('api', 'WriteSports','setSports'),
|
|
|
'upMatch'=>exeApi('api', 'WriteSports','upMatch'),
|
|
|
+ 'mysetSportsnew_odds'=>exeApi('api', 'WriteSportsnew','odds'),
|
|
|
);
|
|
|
|
|
|
function exeApi($m, $c, $act)
|