This commit is contained in:
2021-01-11 18:42:06 +08:00
parent 31e7d05df2
commit ecc098afe5
+1
View File
@@ -85,6 +85,7 @@ class Result
if (!is_array($this->header)) {
return $_tmp;
}
var_dump($this->header);
foreach ($this->header as $key => $val) {
if ($key == 0) {
$_tmp['pro'] = $val;