mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
name: yizhifu
|
||||
title: 易支付
|
||||
icon: svg:icon-yizhifu
|
||||
input:
|
||||
url:
|
||||
title: url
|
||||
component:
|
||||
placeholder: https://pay.xxxx.com
|
||||
helper: 易支付系统地址
|
||||
required: true
|
||||
encrypt: false
|
||||
pid:
|
||||
title: 商户id
|
||||
component:
|
||||
placeholder: pid
|
||||
required: true
|
||||
encrypt: false
|
||||
key:
|
||||
title: key
|
||||
component:
|
||||
placeholder: key
|
||||
required: true
|
||||
encrypt: true
|
||||
payType:
|
||||
title: 固定支付方式
|
||||
component:
|
||||
placeholder: 固定一种支付方式,也就是submit.php中的type参数
|
||||
helper: 不填则跳转到收银台由用户自己选择,如果您的易支付系统不支持收银台,则必须填写
|
||||
required: false
|
||||
encrypt: false
|
||||
signType:
|
||||
title: 签名方式
|
||||
component:
|
||||
name: a-select
|
||||
vModel: value
|
||||
options:
|
||||
- label: MD5
|
||||
value: MD5
|
||||
- label: SHA256
|
||||
value: SHA256
|
||||
required: true
|
||||
encrypt: false
|
||||
pluginType: access
|
||||
type: builtIn
|
||||
scriptFilePath: ../../../plugins/plugin-plus/yizhifu/access.js
|
||||
Reference in New Issue
Block a user