zfaka自动发卡系统源码对接tokenpay支持USDT波场链以太链
需要更新的文件:
修改文件
/application\modules\Admin\views\payment\tpl\epusdt.html
/public/res/images/pay/epusdt.png
/application\library\Pay\tokenpay\tokenpay.php
/public\templates\shadan\js\productpay.js
/application\modules\Product\controllers\Order.php
/templates\shadan\order\pay.html
/templates\choice\order\pay.html
/public\templates\choice\js\productpay.js
/application\modules\Member\views\pay\pay.html
/public\res\mods\memberpay.js
/application\modules\Member\controllers\Pay.php
需要增加的数据库字段
INSERT INTO `t_config` (`id`, `catid`, `name`, `value`, `tag`, `lock`, `updatetime`, `input_type`) VALUES (NULL, '1', 'tokenpay', 'TRX,USDT,BUSD,TRC,BEP', 'Tokenpay币种', '0', '1692851793', 'text');
INSERT INTO `t_payment` (`id`, `payment`, `payname`, `payimage`, `alias`, `sign_type`, `app_id`, `app_secret`, `ali_public_key`, `rsa_private_key`, `configure3`, `configure4`, `overtime`, `active`) VALUES (NULL, 'TokenPay', 'TokenPay', '/res/images/pay/TokenPay.png', 'tokenpay', 'MD5', '', '6fhfghrtsfwerr5sadwq', '', '', 'https://token.laotie.love/CreateOrder', '0','0', '1');
评论
评论 (0)