add clear

This commit is contained in:
as2252258@163.com
2019-08-29 18:07:11 +08:00
parent 658b951fe9
commit e0925d86c5
+1 -1
View File
@@ -79,7 +79,7 @@ class Help extends Miniprogarampage
if (empty($val)) { if (empty($val)) {
continue; continue;
} }
$string[] = $hashKey . '=' . urlencode($val); $string[] = $hashKey . '=' . $val;
} }
$string[] = 'key=' . $key; $string[] = 'key=' . $key;
$string = implode('&', $string); $string = implode('&', $string);