chenyunyun hace 1 año
padre
commit
a697de8dd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/api/controller/Distribution.php

+ 1 - 1
application/api/controller/Distribution.php

@@ -434,7 +434,7 @@ class Distribution extends Api
             $spread_list = [];
             for ($i = 1; $i <= $distributionMaxNum; $i++) {
                 if (array_key_exists($i, $exist_spread_list_arr)) {
-                    $spread_list[$i - 1]['content'] = $exist_spread_list_arr[$i];
+                    $spread_list[$i - 1]['content'] = $exist_spread_list_arr[$i]['content'];
                 }else{
                     $spread_list[$i - 1]['content'] = '塘主暂未维护';
                 }