作者 sgj
1 个管道 的构建 失败 耗费 8 秒

修改接口

... ... @@ -1121,7 +1121,12 @@ class SecondController extends RestBaseController
$Clock=new ClockModel();
$info=$Clock->where('id',$id)->with(['Activity'])->find();
$config=cmf_get_option('site_info');
if (empty($config['distinct'])){
$config['distinct']=500;
}
$info['distance']=$config['distinct'];
$this->success('',$info);
}
... ...