作者 王智

xiugai

@@ -8250,8 +8250,6 @@ class Algorithm extends Api @@ -8250,8 +8250,6 @@ class Algorithm extends Api
8250 $Second = $this->InnateName2($InnateEnergyTendency[1], $InnateEnergyTendencyArray, 0, ''); 8250 $Second = $this->InnateName2($InnateEnergyTendency[1], $InnateEnergyTendencyArray, 0, '');
8251 $Innate = $First . '+' . $Second . '能主导'; 8251 $Innate = $First . '+' . $Second . '能主导';
8252 } 8252 }
8253 - dump($Innate);  
8254 - die;  
8255 if (empty($Innate) || $Innate == '' || $Innate == "" || $Innate == null) { 8253 if (empty($Innate) || $Innate == '' || $Innate == "" || $Innate == null) {
8256 $this->error('天生能量倾向获取失败', 0); 8254 $this->error('天生能量倾向获取失败', 0);
8257 } 8255 }