Skip to content

Commit

Permalink
易支付币种更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiQiu committed Mar 15, 2023
1 parent 0145483 commit e0c0afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugs/epay/plugins/TokenPay/TokenPay_plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TokenPay_plugin{
'showname' => 'TokenPay', //支付插件显示名称
'author' => 'TokenPay', //支付插件作者
'link' => 'https://github.com/LightCountry/TokenPay', //支付插件作者链接
'types' => ['TRX', 'USDT_TRC20', 'ETH', 'USDT_ERC20', 'USDC_ERC20'], //支付插件支持的支付方式,可选的有alipay,qqpay,wxpay,bank
'types' => ['TRX', 'USDT_TRC20', 'EVM_ETH_ETH', 'EVM_ETH_USDT_ERC20', 'EVM_ETH_USDC_ERC20', 'EVM_BSC_BNB', 'EVM_BSC_USDT_BEP20', 'EVM_BSC_USDC_BEP20', 'EVM_Polygon_MATIC', 'EVM_Polygon_USDT_ERC20', 'EVM_Polygon_USDC_ERC20'], //支付插件支持的支付方式,可选的有alipay,qqpay,wxpay,bank
'inputs' => [ //支付插件要求传入的参数以及参数显示名称,可选的有appid,appkey,appsecret,appurl,appmchid
'appurl' => [
'name' => 'API接口地址',
Expand Down

0 comments on commit e0c0afc

Please sign in to comment.