作者 Cool
1 个管道 的构建 通过 耗费 3 秒

个人主页接口优化

... ... @@ -188,11 +188,11 @@ class Mycenter extends Api
$data = [];
$usercount = Db::name('user')->where('id','<>',$this->auth->id)->count();
$idea_record_count = Db::name('user_idea_record')
->where('user_id',$this->auth->id)
->where('user_id',$userid)
->where('type',1)
->count();
$userlist = Db::name('user_idea_record')
->where('user_id','<>',$this->auth->id)
->where('user_id','<>',$userid)
->where('type',1)
->select();
$arr = [];
... ...