国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

180 行
7.8KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>支付接口设置</title>
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <script src="../static/web/js/jquery.min.js"></script>
  11. <script src="../static/web/js/bootstrap.bundle.min.js"></script>
  12. </head>
  13. <body>
  14. <table cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">
  15. <tr>
  16. <td bgcolor="#f5f5f5" colspan="4">
  17. <table cellspacing="0" cellpadding="0" class="table table-borderless w-100">
  18. <tr>
  19. <td>支付接口设置</td>
  20. <td align="right"><span><a href="https://www.dedebiz.com/help" target="_blank"
  21. class="btn btn-success btn-sm">更多接口</a></span></td>
  22. </tr>
  23. </table>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td colspan="4">
  28. <ul class="nav nav-tabs" id="myTab" role="tablist">
  29. <li class="nav-item" role="presentation">
  30. <button class="nav-link active" id="wechat-tab" data-toggle="tab" data-target="#wechat"
  31. type="button" role="tab" aria-controls="wechat" aria-selected="true">微信支付</button>
  32. </li>
  33. <li class="nav-item" role="presentation">
  34. <button class="nav-link" id="alipay-tab" data-toggle="tab" data-target="#alipay" type="button"
  35. role="tab" aria-controls="alipay" aria-selected="false">支付宝</button>
  36. </li>
  37. <li class="nav-item" role="presentation">
  38. <button class="nav-link" id="bank-tab" data-toggle="tab" data-target="#bank" type="button"
  39. role="tab" aria-controls="bank" aria-selected="false">银行转帐</button>
  40. </li>
  41. <li class="nav-item" role="presentation">
  42. <button class="nav-link" id="balance-tab" data-toggle="tab" data-target="#balance" type="button"
  43. role="tab" aria-controls="balance" aria-selected="false">余额支付</button>
  44. </li>
  45. <li class="nav-item" role="presentation">
  46. <button class="nav-link" id="cod-tab" data-toggle="tab" data-target="#cod" type="button"
  47. role="tab" aria-controls="cod" aria-selected="false">货到付款</button>
  48. </li>
  49. </ul>
  50. <div class="tab-content py-3" id="myTabContent">
  51. <div class="tab-pane fade show active" id="wechat" role="tabpanel" aria-labelledby="wechat-tab">
  52. <form>
  53. <div class="form-group">
  54. <label>描述</label>
  55. <p>
  56. 微信支付是腾讯公司的支付业务品牌,微信支付商户平台支持线下场所、公众号、小程序、PC网站、APP、企业微信等经营场景快速接入微信支付。微信支付全面打通O2O生活消费领域,提供专业的互联网+行业解决方案,微信支付支持微信红包和微信理财通,是移动支付的首选。
  57. </p>
  58. </div>
  59. <div class="form-group">
  60. <label for="iptAppID">AppID</label>
  61. <input type="appid" class="form-control" id="iptAppID">
  62. </div>
  63. <div class="form-group">
  64. <label for="iptAppSecret">AppSecret</label>
  65. <input type="appid" class="form-control" id="iptAppSecret">
  66. </div>
  67. <div class="form-group">
  68. <label for="iptAppSecret">商户号</label>
  69. <input type="appid" class="form-control" id="iptAppSecret">
  70. </div>
  71. <div class="form-group">
  72. <label for="iptAppSecret">APIv3秘钥</label>
  73. <input type="appid" class="form-control" id="iptAppSecret">
  74. </div>
  75. <div class="form-group">
  76. <label for="iptAppSecret">商户证书序列号</label>
  77. <input type="appid" class="form-control" id="iptAppSecret">
  78. </div>
  79. <div class="form-group">
  80. <label for="iptAppSecret">商户证书文件</label>
  81. <div class="custom-file">
  82. <input type="file" class="custom-file-input" id="validatedInputGroupCustomFile" required>
  83. <label class="custom-file-label" for="validatedInputGroupCustomFile">选择商户证书文件...</label>
  84. </div>
  85. </div>
  86. <div class="form-group form-check">
  87. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  88. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  89. </div>
  90. <button type="submit" class="btn btn-success">保存</button>
  91. </form>
  92. </div>
  93. <div class="tab-pane fade" id="alipay" role="tabpanel" aria-labelledby="alipay-tab">
  94. <form>
  95. <div class="form-group">
  96. <label for="iptAppID">描述</label>
  97. <p>
  98. 支付宝,全球领先的独立第三方支付平台,致力于为广大用户提供安全快速的电子支付/网上支付/安全支付/手机支付体验,及转账收款/水电煤缴费/信用卡还款/AA收款等生活服务应用。
  99. </p>
  100. </div>
  101. <div class="form-group">
  102. <label for="iptAppID">APPID</label>
  103. <input type="appid" class="form-control" id="iptAppID">
  104. </div>
  105. <div class="form-group">
  106. <label for="iptAppSecret">应用私钥</label>
  107. <input type="appid" class="form-control" id="iptAppSecret">
  108. </div>
  109. <div class="form-group">
  110. <label for="iptAppSecret">应用公钥证书</label>
  111. <input type="appid" class="form-control" id="iptAppSecret">
  112. </div>
  113. <div class="form-group">
  114. <label for="iptAppSecret">支付宝公钥证书</label>
  115. <input type="appid" class="form-control" id="iptAppSecret">
  116. </div>
  117. <div class="form-group">
  118. <label for="iptAppSecret">支付宝根证书</label>
  119. <input type="appid" class="form-control" id="iptAppSecret">
  120. </div>
  121. <div class="form-group">
  122. <label for="iptAppSecret">签名类型</label>
  123. <input type="appid" class="form-control" id="iptAppSecret" value="RSA2" disabled>
  124. </div>
  125. <div class="form-group form-check">
  126. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  127. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  128. </div>
  129. <button type="submit" class="btn btn-success">保存</button>
  130. </form>
  131. </div>
  132. <div class="tab-pane fade" id="bank" role="tabpanel" aria-labelledby="bank-tab">
  133. <form>
  134. <div class="form-group">
  135. <label for="iptAppID">账户名</label>
  136. <input type="appid" class="form-control" id="iptAppID">
  137. </div>
  138. <div class="form-group">
  139. <label for="iptAppSecret">账号</label>
  140. <input type="appid" class="form-control" id="iptAppSecret">
  141. </div>
  142. <div class="form-group">
  143. <label for="iptAppSecret">开户行</label>
  144. <input type="appid" class="form-control" id="iptAppSecret">
  145. </div>
  146. <div class="form-group form-check">
  147. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  148. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  149. </div>
  150. <button type="submit" class="btn btn-success">保存</button>
  151. </form>
  152. </div>
  153. <div class="tab-pane fade" id="balance" role="tabpanel" aria-labelledby="balance-tab">
  154. <form>
  155. <div class="form-group form-check">
  156. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  157. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  158. </div>
  159. <button type="submit" class="btn btn-success">保存</button>
  160. </form>
  161. </div>
  162. <div class="tab-pane fade" id="cod" role="tabpanel" aria-labelledby="cod-tab">
  163. <form>
  164. <div class="form-group form-check">
  165. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  166. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  167. </div>
  168. <button type="submit" class="btn btn-success">保存</button>
  169. </form>
  170. </div>
  171. </div>
  172. </td>
  173. </tr>
  174. </table>
  175. </body>
  176. </html>