Authored by whb

坐标

... ... @@ -184,7 +184,7 @@ class Controller_MobileApi extends Controller_Abstract
$x = $y = 0;
if($booth['floor'] == 1)
{
$x = strval(intval($booth['x'] + 25) / 3802.0);
$x = strval(intval($booth['x'] + 70) / 3802.0);
$y = strval(intval($booth['y'] + 10) / 2019.0);
}
else if($booth['floor'] == 4)
... ...