post()->goCheck('setDouy'); $params['user_id'] =$this->userId; $result = DouyinAfterVerifiLogic::setDouy($params); if ($result === false) { return $this->fail(DouyinAfterVerifiLogic::getError()); } return $this->success('', $result, 1, 1); } }