SetPayApi.php 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. require("../../member/class/user.php");
  7. $link=db_connect();
  8. $empire=new mysqlquery();
  9. $editor=1;
  10. //验证用户
  11. $lur=is_login();
  12. $logininid=$lur['userid'];
  13. $loginin=$lur['username'];
  14. $loginrnd=$lur['rnd'];
  15. $loginlevel=$lur['groupid'];
  16. $loginadminstyleid=$lur['adminstyleid'];
  17. //ehash
  18. $ecms_hashur=hReturnEcmsHashStrAll();
  19. //验证权限
  20. CheckLevel($logininid,$loginin,$classid,"pay");
  21. $enews=ehtmlspecialchars($_GET['enews']);
  22. $payid=(int)$_GET['payid'];
  23. $r=$empire->fetch1("select * from {$dbtbpre}enewspayapi where payid='$payid'");
  24. $url="在线支付&gt; <a href=PayApi.php".$ecms_hashur['whehref'].">管理支付接口</a>&nbsp;>&nbsp;配置支付接口:<b>".$r[paytype]."</b>";
  25. $registerpay='';
  26. //支付宝
  27. if($r[paytype]=='alipay')
  28. {
  29. //$registerpay="<input type=\"button\" value=\"立即申请支付宝接口\" onclick=\"javascript:window.open('http://www.phome.net/empireupdate/payapi/?ecms=alipay');\">";
  30. }
  31. db_close();
  32. $empire=null;
  33. ?>
  34. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  35. <html>
  36. <head>
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  38. <title>支付接口</title>
  39. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  40. </head>
  41. <body>
  42. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  43. <tr>
  44. <td width="50%">位置:
  45. <?=$url?>
  46. </td>
  47. <td><div align="right" class="emenubutton">
  48. <input type="button" name="Submit5" value="管理支付记录" onclick="self.location.href='ListPayRecord.php<?=$ecms_hashur['whehref']?>';">
  49. &nbsp;&nbsp;
  50. <input type="button" name="Submit52" value="支付参数设置" onclick="self.location.href='SetPayFen.php<?=$ecms_hashur['whehref']?>';">
  51. </div></td>
  52. </tr>
  53. </table>
  54. <form name="setpayform" method="post" action="PayApi.php" enctype="multipart/form-data" autocomplete="off">
  55. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  56. <?=$ecms_hashur['form']?>
  57. <tr class="header">
  58. <td height="25" colspan="2">配置支付接口
  59. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="payid" type="hidden" id="payid" value="<?=$payid?>">
  60. </td>
  61. </tr>
  62. <tr bgcolor="#FFFFFF">
  63. <td height="25"><div align="right">接口类型:</div></td>
  64. <td height="25">
  65. <?=$r[paytype]?>
  66. </td>
  67. </tr>
  68. <tr bgcolor="#FFFFFF">
  69. <td height="25"><div align="right">接口状态:</div></td>
  70. <td height="25"><input type="radio" name="isclose" value="0"<?=$r[isclose]==0?' checked':''?>>
  71. 开启
  72. <input type="radio" name="isclose" value="1"<?=$r[isclose]==1?' checked':''?>>
  73. 关闭</td>
  74. </tr>
  75. <tr bgcolor="#FFFFFF">
  76. <td width="23%" height="25"><div align="right">接口名称:</div></td>
  77. <td width="77%" height="25"><input name="payname" type="text" id="payname" value="<?=$r[payname]?>" size="35"></td>
  78. </tr>
  79. <tr bgcolor="#FFFFFF">
  80. <td height="25" valign="top"><div align="right">接口描述:</div></td>
  81. <td height="25"><textarea name="paysay" cols="65" rows="6" id="paysay"><?=ehtmlspecialchars($r[paysay])?></textarea></td>
  82. </tr>
  83. <?php
  84. if($r[paytype]=='alipay')
  85. {
  86. ?>
  87. <tr bgcolor="#FFFFFF">
  88. <td height="25"><div align="right">支付宝类型:</div></td>
  89. <td height="25"><select name="paymethod" id="paymethod">
  90. <option value="0"<?=$r[paymethod]==0?' selected':''?>>使用标准双接口</option>
  91. <option value="1"<?=$r[paymethod]==1?' selected':''?>>使用即时到帐交易接口</option>
  92. <option value="2"<?=$r[paymethod]==2?' selected':''?>>使用担保交易接口</option>
  93. </select></td>
  94. </tr>
  95. <?php
  96. }
  97. ?>
  98. <?php
  99. if($r[paytype]=='alipay')
  100. {
  101. ?>
  102. <tr bgcolor="#FFFFFF">
  103. <td height="25"><div align="right">支付宝帐号:</div></td>
  104. <td height="25"><input name="payemail" type="text" id="payemail" value="<?=$r[payemail]?>" size="35"></td>
  105. </tr>
  106. <?
  107. }
  108. ?>
  109. <tr bgcolor="#FFFFFF">
  110. <td height="25"><div align="right"><?=$r[paytype]=='alipay'?'合作者身份(parterID)':'商户号(ID)'?>:</div></td>
  111. <td height="25"><input name="payuser" type="text" id="payuser" value="<?=$r[payuser]?>" size="35">
  112. <?=$registerpay?>
  113. </td>
  114. </tr>
  115. <tr bgcolor="#FFFFFF">
  116. <td height="25"><div align="right"><?=$r[paytype]=='alipay'?'交易安全校验码(key)':'密钥(KEY)'?>:</div></td>
  117. <td height="25"><input name="paykey" type="text" id="paykey" value="<?=$r[paykey]?>" size="35"></td>
  118. </tr>
  119. <tr bgcolor="#FFFFFF">
  120. <td height="25"><div align="right">手续费:</div></td>
  121. <td height="25"><input name=payfee type=text id="payfee" value='<?=$r[payfee]?>' size="35">
  122. % </td>
  123. </tr>
  124. <tr bgcolor="#FFFFFF">
  125. <td height="25"><div align="right">显示排序:</div></td>
  126. <td height="25"><input name=myorder type=text id="myorder" value='<?=$r[myorder]?>' size="35">
  127. <font color="#666666">(值越小显示越前面)</font></td>
  128. </tr>
  129. <tr bgcolor="#FFFFFF">
  130. <td height="25">&nbsp;</td>
  131. <td height="25"><input type="submit" name="Submit" value=" 设 置 "> &nbsp;&nbsp;&nbsp;
  132. <input type="reset" name="Submit2" value="重置"></td>
  133. </tr>
  134. </table>
  135. </form>
  136. </body>
  137. </html>