mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
name: wxpay
|
|
title: 微信支付
|
|
icon: tdesign:logo-wechatpay-filled
|
|
input:
|
|
appId:
|
|
title: AppId
|
|
component:
|
|
placeholder: 201909176714xxxx
|
|
required: true
|
|
encrypt: false
|
|
mchid:
|
|
title: 商户ID
|
|
component:
|
|
placeholder: 201909176714xxxx
|
|
required: true
|
|
encrypt: false
|
|
publicKey:
|
|
title: 证书公钥
|
|
component:
|
|
name: a-textarea
|
|
rows: 3
|
|
placeholder: '-----BEGIN CERTIFICATE-----'
|
|
helper: 微信商户平台—>账户设置—>API安全—>验证商户身份—>商户API证书—>管理证书—>apiclient_cert.pem
|
|
required: true
|
|
encrypt: true
|
|
privateKey:
|
|
title: 私钥
|
|
component:
|
|
placeholder: '-----BEGIN PRIVATE KEY-----'
|
|
name: a-textarea
|
|
rows: 3
|
|
helper: 证书私钥 apiclient_key.pem
|
|
required: true
|
|
encrypt: true
|
|
key:
|
|
title: APIv3密钥
|
|
helper: 微信商户平台—>账户设置—>API安全—>设置APIv3密钥
|
|
required: true
|
|
encrypt: true
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/wxpay/access.js
|