mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
30 lines
592 B
YAML
30 lines
592 B
YAML
name: alipay
|
|
title: 支付宝
|
|
icon: ion:logo-alipay
|
|
input:
|
|
appId:
|
|
title: AppId
|
|
component:
|
|
placeholder: 201909176714xxxx
|
|
required: true
|
|
encrypt: false
|
|
privateKey:
|
|
title: 应用私钥
|
|
component:
|
|
placeholder: MIIEvQIBADANB...
|
|
name: a-textarea
|
|
rows: 3
|
|
required: true
|
|
encrypt: true
|
|
alipayPublicKey:
|
|
title: 支付宝公钥
|
|
component:
|
|
name: a-textarea
|
|
rows: 3
|
|
placeholder: MIIBIjANBg...
|
|
required: true
|
|
encrypt: true
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/alipay/access.js
|