mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-05-26 18:53:54 +00:00
新增和优化以下功能: 优化 对接微信转账,调整接口 优化 会员提现流程 优化 微信开放平台小程序同步流程 修复 开发模式时安装插件文件未能正常安装的问题 修复 redis存在密码时无法正常连接的问题 修复 签到报错的问题 修复 提现设置设置异常的问题 修复 分销商品设置为默认规则时分销商品列表接口异常的问题
35 lines
1.8 KiB
JSON
35 lines
1.8 KiB
JSON
{
|
||
"wechatpay": "微信打款设置",
|
||
"alipay": "支付宝打款设置",
|
||
"mchId": "商户号",
|
||
"mchIdPlaceholder": "请输入商户号",
|
||
"mchIdTips": "微信支付商户号(MCHID)",
|
||
"mchSecretKey": "APIv3密钥",
|
||
"mchSecretKeyPlaceholder": "请输入APIv3密钥",
|
||
"mchSecretKeyTips": "微信支付商户APIv3密钥(paySignKey)",
|
||
"mchSecretCert": "商户私钥",
|
||
"mchSecretCertPlaceholder": "请上传商户私钥",
|
||
"mchSecretCertTips": "微信支付API证书(apiclient_key.pem)",
|
||
"mchPublicCertPath": "商户公钥",
|
||
"mchPublicCertPathPlaceholder": "请上传商户公钥",
|
||
"mchPublicCertPathTips": "微信支付API证书(apiclient_cert.pem)",
|
||
"appId": "支付宝应用ID",
|
||
"appIdPlaceholder": "请输入支付宝应用ID",
|
||
"appSecretCert": "应用私钥",
|
||
"appSecretCertPlaceholder": "请输入应用私钥",
|
||
"appPublicCertPath": "应用公钥",
|
||
"appPublicCertPathPlaceholder": "请上传应用公钥",
|
||
"alipayPublicCertPath": "支付宝公钥",
|
||
"alipayPublicCertPathPlaceholder": "请上传支付宝公钥",
|
||
"alipayRootCertPath": "支付宝根证书",
|
||
"alipayRootCertPathPlaceholder": "请上传支付宝根证书",
|
||
"appIdTips": "支付宝分配给开发者的应用ID",
|
||
"appPublicCertPathTips": "上传appCertPublicKey文件",
|
||
"alipayPublicCertPathTips": "上传alipayCertPublicKey文件",
|
||
"alipayRootCertPathTips": "上传alipayRootCert文件",
|
||
"operationTip": "温馨提示:打款设置用于会员提现转账,发放红包等场景",
|
||
"transferTips":"注意:应微信方规定,在2025年1月15日前开通商家转账到零钱服务的商户号可正常使用转账功能,之后开通的不支持使用转账到零钱服务",
|
||
"wechatpayPublicCert": "微信支付公钥",
|
||
"wechatpayPublicCertId": "微信支付公钥ID"
|
||
}
|