diff --git a/Application/Admin/Controller/ToolController.class.php b/Application/Admin/Controller/ToolController.class.php index 6973bfc81..5e41ec38a 100644 --- a/Application/Admin/Controller/ToolController.class.php +++ b/Application/Admin/Controller/ToolController.class.php @@ -214,7 +214,7 @@ class ToolController extends ThinkController { */ public function payset($value='') { - $str = "alipay,weixin,wei_xin,wei_xin_app,jubaobar,weixin_gf,jft,jft_wap,goldpig,ptb_pay,bind_pay,sqpay,heepay"; + $str = "alipay,weixin,wei_xin,wei_xin_app,jubaobar,weixin_gf,jft,jft_wap,goldpig,ptb_pay,bind_pay,sqpay,heepay,yeepay"; $this->BaseConfig($str); $this->meta_title = '支付设置'; diff --git a/Application/Admin/View/Tool/payset.html b/Application/Admin/View/Tool/payset.html index 352ea0fd4..3af6d1f0f 100644 --- a/Application/Admin/View/Tool/payset.html +++ b/Application/Admin/View/Tool/payset.html @@ -29,6 +29,7 @@
  • 平台币支付
  • 绑币支付
  • +
  • 易宝支付
  • 双乾支付
  • 威富通支付
  • @@ -1355,6 +1356,130 @@ +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    商户号 + + + + 双乾商户号 + +
    双乾密钥key + + + + 双乾秘钥 + +
    支付方式: + + + + + 快捷支付 +
    日支付限量 + + + + 当额度达到限制额度时,隐藏支付方式 + +
    月支付限量 + + + + 当额度达到限制额度时,隐藏支付方式 + +
    启用状态 + + + + + + + + 开启状态 + +
    渠道费率 + + + + % + +
    + + + + +
    + +
    + +
    +
    diff --git a/Data/update.sql b/Data/update.sql index ffc3de4ef..53434d392 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -1353,4 +1353,7 @@ ALTER TABLE tab_promote ADD COLUMN `group_remark` varchar(50) NOT NULL DEFAULT '' COMMENT '部门/小组'; --2020-02-20 添加审核状态-- ALTER TABLE `tab_statement` -ADD COLUMN `verify_status` tinyint(2) NULL DEFAULT 0 COMMENT '审核状态 0:未审核 1:审核通过 2:审核拒绝' AFTER `statement_info`; \ No newline at end of file +ADD COLUMN `verify_status` tinyint(2) NULL DEFAULT 0 COMMENT '审核状态 0:未审核 1:审核通过 2:审核拒绝' AFTER `statement_info`; + +-- 支付类型添加易宝支付 +INSERT INTO `platform`.`tab_tool`( `name`, `title`, `config`, `template`, `type`, `status`, `create_time`) VALUES ('yeepay', '易宝支付', '', NULL, 1, 1, NULL);