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