2024-11-15 20:41:26 +07:00

43 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"aliPay": "支付宝支付",
"alipayf2f": {
"appId": "支付宝应用ID",
"invoiceName": "自定义产品名称",
"invoiceNameDescription": "将显示在支付宝账单中",
"privateKey": "支付宝私钥",
"publicKey": "支付宝公钥"
},
"enable": "启用",
"enableDescription": "启用此支付方式",
"epay": {
"key": "KEY",
"pid": "PID",
"url": "URL"
},
"feeMode": "收费方式",
"feeModeDescription": "额外手续费的收费方式",
"feeModeItems": ["无手续费", "百分比", "固定金额", "以上两种"],
"feePercent": "百分比费用(可选)",
"feePercentDescription": "在订单金额之上添加费用",
"fixedFee": "固定费用(可选)",
"fixedFeeDescription": "在订单金额之上添加固定费用",
"iconUrl": "图标 URL可选",
"iconUrlDescription": "用于前端显示",
"inputPlaceholder": "请输入",
"key": "KEY",
"notifyUrl": "自定义通知域(可选)",
"notifyUrlDescription": "网关通知将发送到此域",
"payForRecommendations": "支付推荐",
"pid": "PID",
"saveSuccess": "保存成功",
"showName": "显示名称",
"showNameDescription": "用于前端显示",
"stripe": {
"publicKey": "PUBLIC KEY",
"secretKey": "SECRET KEY",
"webhookSecret": "WEBHOOK 密钥签名"
},
"url": "URL",
"wechatPay": "微信支付"
}