post()->goCheck('apiadd'); $result = TenantRegisterLogic::add($params); if (true === $result) { return $this->success('入驻成功', [], 1, 1); } return $this->fail(TenantRegisterLogic::getError()); } }