作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

bug修改

... ... @@ -60,7 +60,7 @@ class Almighty extends Api
*/
public function questionList()
{
$user_id = $this->auth->id;
$user_id = $this->auth->id ? $this->auth->id : 0;
$answer_type = $this->request->param('answer_type');
$question_type = $this->request->param('question_type');
$where['q.target_type'] = '1';
... ...