|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <title>支付接口设置</title>
- <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
- <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
- <link rel="stylesheet" href="../static/web/css/admin.css">
- <script src="../static/web/js/jquery.min.js"></script>
- <script src="../static/web/js/bootstrap.bundle.min.js"></script>
- </head>
-
- <body>
- <table cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">
- <tr>
- <td bgcolor="#f5f5f5" colspan="4">
- <table cellspacing="0" cellpadding="0" class="table table-borderless w-100">
- <tr>
- <td>支付接口设置</td>
- <td align="right"><span><a href="https://www.dedebiz.com/help" target="_blank"
- class="btn btn-success btn-sm">更多接口</a></span></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <ul class="nav nav-tabs" id="myTab" role="tablist">
- <li class="nav-item" role="presentation">
- <button class="nav-link active" id="wechat-tab" data-toggle="tab" data-target="#wechat"
- type="button" role="tab" aria-controls="wechat" aria-selected="true">微信支付</button>
- </li>
- <li class="nav-item" role="presentation">
- <button class="nav-link" id="alipay-tab" data-toggle="tab" data-target="#alipay" type="button"
- role="tab" aria-controls="alipay" aria-selected="false">支付宝</button>
- </li>
- <li class="nav-item" role="presentation">
- <button class="nav-link" id="bank-tab" data-toggle="tab" data-target="#bank" type="button"
- role="tab" aria-controls="bank" aria-selected="false">银行转帐</button>
- </li>
- <li class="nav-item" role="presentation">
- <button class="nav-link" id="balance-tab" data-toggle="tab" data-target="#balance" type="button"
- role="tab" aria-controls="balance" aria-selected="false">余额支付</button>
- </li>
- <li class="nav-item" role="presentation">
- <button class="nav-link" id="cod-tab" data-toggle="tab" data-target="#cod" type="button"
- role="tab" aria-controls="cod" aria-selected="false">货到付款</button>
- </li>
- </ul>
- <div class="tab-content py-3" id="myTabContent">
- <div class="tab-pane fade show active" id="wechat" role="tabpanel" aria-labelledby="wechat-tab">
- <form>
- <div class="form-group">
- <label>描述</label>
- <p>
- 微信支付是腾讯公司的支付业务品牌,微信支付商户平台支持线下场所、公众号、小程序、PC网站、APP、企业微信等经营场景快速接入微信支付。微信支付全面打通O2O生活消费领域,提供专业的互联网+行业解决方案,微信支付支持微信红包和微信理财通,是移动支付的首选。
- </p>
- </div>
- <div class="form-group">
- <label for="iptAppID">AppID</label>
- <input type="appid" class="form-control" id="iptAppID">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">AppSecret</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">商户号</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">APIv3秘钥</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">商户证书序列号</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">商户证书文件</label>
- <div class="custom-file">
- <input type="file" class="custom-file-input" id="validatedInputGroupCustomFile" required>
- <label class="custom-file-label" for="validatedInputGroupCustomFile">选择商户证书文件...</label>
- </div>
- </div>
- <div class="form-group form-check">
- <input type="checkbox" class="form-check-input" id="exampleCheck1">
- <label class="form-check-label" for="exampleCheck1">是否启用</label>
- </div>
- <button type="submit" class="btn btn-success">保存</button>
- </form>
- </div>
- <div class="tab-pane fade" id="alipay" role="tabpanel" aria-labelledby="alipay-tab">
- <form>
- <div class="form-group">
- <label for="iptAppID">描述</label>
- <p>
- 支付宝,全球领先的独立第三方支付平台,致力于为广大用户提供安全快速的电子支付/网上支付/安全支付/手机支付体验,及转账收款/水电煤缴费/信用卡还款/AA收款等生活服务应用。
- </p>
- </div>
- <div class="form-group">
- <label for="iptAppID">APPID</label>
- <input type="appid" class="form-control" id="iptAppID">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">应用私钥</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">应用公钥证书</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">支付宝公钥证书</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">支付宝根证书</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">签名类型</label>
- <input type="appid" class="form-control" id="iptAppSecret" value="RSA2" disabled>
- </div>
- <div class="form-group form-check">
- <input type="checkbox" class="form-check-input" id="exampleCheck1">
- <label class="form-check-label" for="exampleCheck1">是否启用</label>
- </div>
- <button type="submit" class="btn btn-success">保存</button>
- </form>
-
- </div>
- <div class="tab-pane fade" id="bank" role="tabpanel" aria-labelledby="bank-tab">
- <form>
- <div class="form-group">
- <label for="iptAppID">账户名</label>
- <input type="appid" class="form-control" id="iptAppID">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">账号</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group">
- <label for="iptAppSecret">开户行</label>
- <input type="appid" class="form-control" id="iptAppSecret">
- </div>
- <div class="form-group form-check">
- <input type="checkbox" class="form-check-input" id="exampleCheck1">
- <label class="form-check-label" for="exampleCheck1">是否启用</label>
- </div>
- <button type="submit" class="btn btn-success">保存</button>
- </form>
- </div>
- <div class="tab-pane fade" id="balance" role="tabpanel" aria-labelledby="balance-tab">
- <form>
- <div class="form-group form-check">
- <input type="checkbox" class="form-check-input" id="exampleCheck1">
- <label class="form-check-label" for="exampleCheck1">是否启用</label>
- </div>
- <button type="submit" class="btn btn-success">保存</button>
- </form>
- </div>
- <div class="tab-pane fade" id="cod" role="tabpanel" aria-labelledby="cod-tab">
- <form>
- <div class="form-group form-check">
- <input type="checkbox" class="form-check-input" id="exampleCheck1">
- <label class="form-check-label" for="exampleCheck1">是否启用</label>
- </div>
- <button type="submit" class="btn btn-success">保存</button>
- </form>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </body>
-
- </html>
|