作者 潘浩文
1 个管道 的构建 通过 耗费 4 秒

个人中心接口设计

... ... @@ -6,5 +6,5 @@ stages:
job1:
stage: pull
script:
- cd /alidata/www/w/kongyue
- cd /alidata/www/online/darenzuju.com
- git pull
\ No newline at end of file
... ...
... ... @@ -98,7 +98,6 @@ class IndexController extends RestBaseController
}
}
var_dump($param['distance']);
//距离筛选
if (!empty($param['distance'])&&$param['distance']==1) {
$user=Db::name('user')->where('id', $userId)->find();
... ...