作者 王智

baoxiu

... ... @@ -368,9 +368,10 @@ class Api
$today = date("Y-m-d");
$day = getthemonth($today);
if ($day[0] == $day[1]) {
return True;
echo 1;
} else {
return False;
// return False;
echo 2;
}
}
}
... ...