作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加时间信息

... ... @@ -379,6 +379,6 @@ class UsersController extends HomeBaseController{
$time=$end-$start;
$return['hour']=floor($time/3600);
$return['min']=floor(($time-$return['hour']*3600)/60);
$return;
return $return;
}
}
\ No newline at end of file
... ...