first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
ini_set("error_reporting","E_ALL & ~E_NOTICE");
|
||||
|
||||
$key = "7eed756ca37ca057370ea9bb208d25fa";//通讯密钥
|
||||
$host = "../createOrder";
|
||||
|
||||
$sign = md5($_GET['payId'].$_GET['param'].$_GET['type'].$_GET['price'].$key);
|
||||
$p = "payId=".$_GET['payId'].'¶m='.$_GET['param'].'&type='.$_GET['type']."&price=".$_GET['price'].'&sign='.$sign.'&isHtml=1';
|
||||
|
||||
echo "<script>window.location.href = '".$host."?".$p."'</script>";
|
||||
|
||||
Reference in New Issue
Block a user