post()->goCheck('changeIdCard'); $result = MasterWorkerCustomerLogic::submitCustomerProblem($params, $this->userId); if (true === $result) { return $this->success('操作成功', [], 1, 1); } return $this->fail(MasterWorkerCustomerLogic::getError()); } }