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/aliold/config.ini Normal file
View File

@@ -0,0 +1,21 @@
[config]
;支付插件英文名称,需和目录名称一致,不能有重复
name = "aliold"
;支付插件显示名称
showname = "支付宝旧版接口"
;支付插件作者
author = "支付宝"
;支付插件作者链接
link = "https://b.alipay.com/signing/productSetV2.htm"
;支付插件支持的支付方式,多种方式用英文,隔开可选的有alipay,qqpay,wxpay,bank
types = "alipay"
;支付插件要求传入的参数以及参数显示名称可选的有appid,appkey,appsecret,appurl,appmchid
inputs = "appid:合作者身份(PID),appkey:安全校验码(Key)"
;支付插件要求传入的支付方式参数
select = "1:电脑网站支付,2:手机网站支付"