...
|
...
|
@@ -1720,6 +1720,7 @@ class Algorithm extends Api |
|
|
}
|
|
|
}
|
|
|
$Return = [
|
|
|
'current_innate' => $NewTestQuestionArray['current_innate'],
|
|
|
//头部
|
|
|
'Header' => [
|
|
|
//头部文字
|
...
|
...
|
@@ -2714,8 +2715,8 @@ class Algorithm extends Api |
|
|
$Return = [
|
|
|
'Label1' => $SleepBoxArray['label1'],
|
|
|
'Label2' => $SleepBoxArray['label2'],
|
|
|
'Image'=>cdnurl($SleepBoxArray['image']),
|
|
|
'Title'=>$SleepBoxArray['title']
|
|
|
'Image' => cdnurl($SleepBoxArray['image']),
|
|
|
'Title' => $SleepBoxArray['title']
|
|
|
];
|
|
|
return $Return;
|
|
|
}
|
...
|
...
|
|