作者 王智

修改

@@ -10131,6 +10131,7 @@ class Algorithm extends Api @@ -10131,6 +10131,7 @@ class Algorithm extends Api
10131 //三能体质 10131 //三能体质
10132 $CurrentInnate = '三能量平衡'; 10132 $CurrentInnate = '三能量平衡';
10133 } 10133 }
  10134 + dump($CurrentInnate);
10134 if (empty($CurrentInnate) || $CurrentInnate == '' || $CurrentInnate == "" || $CurrentInnate == null) { 10135 if (empty($CurrentInnate) || $CurrentInnate == '' || $CurrentInnate == "" || $CurrentInnate == null) {
10135 $this->error('天生能量倾向获取失败', 0); 10136 $this->error('天生能量倾向获取失败', 0);
10136 } 10137 }