|
...
|
...
|
@@ -42,7 +42,7 @@ class BlogCategoryController extends BaseController |
|
|
|
* @method :post
|
|
|
|
* @time :2023/8/17 11:12
|
|
|
|
*/
|
|
|
|
public function getListSon(&$list){
|
|
|
|
public function getListSon($list){
|
|
|
|
$data = array();
|
|
|
|
foreach ($list as $v){
|
|
|
|
$v = (array)$v;
|
...
|
...
|
|