mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
debug
This commit is contained in:
@ -165,6 +165,7 @@ class AlipayMini
|
||||
ksort($data);
|
||||
|
||||
// 参数字符串
|
||||
$sign = '';
|
||||
foreach($data AS $key=>$val)
|
||||
{
|
||||
if ($key != 'sign' && $key != 'sign_type' && $key != 'code')
|
||||
|
||||
Reference in New Issue
Block a user