debug
parent
8dbe9d279f
commit
0543758091
|
|
@ -165,6 +165,7 @@ class AlipayMini
|
|||
ksort($data);
|
||||
|
||||
// 参数字符串
|
||||
$sign = '';
|
||||
foreach($data AS $key=>$val)
|
||||
{
|
||||
if ($key != 'sign' && $key != 'sign_type' && $key != 'code')
|
||||
|
|
|
|||
Loading…
Reference in New Issue