Commit e9a7d6f9 by 冷斌

update

parent b9ef88f8
......@@ -1443,8 +1443,11 @@
$str.=$k.'='.$v.'&';
}
$str.=$key;
var_dump('str:' . $str);
$newsign=md5($str);
var_dump('签名:'.$sign);
var_dump('服务器签名:'.$newsign);
die;
if($sign==$newsign){
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment