This commit is contained in:
devil_gong
2018-12-28 10:42:22 +08:00
parent 8dbe9d279f
commit 0543758091

View File

@ -165,6 +165,7 @@ class AlipayMini
ksort($data);
// 参数字符串
$sign = '';
foreach($data AS $key=>$val)
{
if ($key != 'sign' && $key != 'sign_type' && $key != 'code')