wangxiaodong il y a 3 ans
Parent
commit
e139d7ddd9
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      extend/Kd100.php

+ 3 - 2
extend/Kd100.php

@@ -94,8 +94,9 @@ class Kd100
                     "remark" => $v["context"],
                 );
             }
-            echo "<pre>";print_r($list);exit;
-            $result["$list"] = $list;
+            //echo "<pre>";print_r($list);exit;
+            //$result["$list"] = $list;
+            $result["list"] = $list;
         }
         return $result;
     }