2020.02新版

This commit is contained in:
Blokura
2020-02-21 16:20:55 +08:00
parent 45e2415d71
commit a2f29a310b
755 changed files with 95144 additions and 0 deletions

21
plugins/wxpay/config.ini Normal file
View File

@@ -0,0 +1,21 @@
[config]
;支付插件英文名称,需和目录名称一致,不能有重复
name = "wxpay"
;支付插件显示名称
showname = "微信官方支付"
;支付插件作者
author = "微信"
;支付插件作者链接
link = "https://pay.weixin.qq.com/"
;支付插件支持的支付方式,多种方式用英文,隔开可选的有alipay,qqpay,wxpay,bank
types = "wxpay"
;支付插件要求传入的参数以及参数显示名称可选的有appid,appkey,appsecret,appurl,appmchid
inputs = "appid:公众号APPID,appmchid:商户号,appkey:商户支付密钥,appsecret:公众号SECRET"
;支付插件要求传入的支付方式参数
select = "1:扫码支付,2:公众号支付,3:H5支付"