mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-11 23:25:33 +08:00
fix(payment): 微信密钥文案统一为API V3带空格写法(9处)
This commit is contained in:
@@ -105,7 +105,7 @@ export interface WechatDirectKeyConfig {
|
||||
channelMchNo?: string;
|
||||
/** 商户号 */
|
||||
mchNo?: string;
|
||||
/** APIv3密钥 */
|
||||
/** API V3密钥 */
|
||||
apiKeyV3?: string;
|
||||
/** 支付公钥 */
|
||||
publicKey?: string;
|
||||
|
||||
@@ -27,7 +27,7 @@ export interface WechatIsvKeyConfig {
|
||||
id?: string;
|
||||
/** 微信服务商商户号 */
|
||||
wxMchId?: string;
|
||||
/** APIv3密钥 */
|
||||
/** API V3密钥 */
|
||||
apiKeyV3?: string;
|
||||
/** 公钥 */
|
||||
publicKey?: string;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"wxMchId": "WeChat Merchant ID",
|
||||
"wxAppId": "WeChat AppId",
|
||||
"apiKeyV3": "APIv3 Key",
|
||||
"apiKeyV3": "API V3 Key",
|
||||
"appSecret": "App Secret",
|
||||
"publicKey": "Public Key",
|
||||
"publicKeyId": "Public Key ID",
|
||||
@@ -13,7 +13,7 @@
|
||||
"validation": {
|
||||
"wxMchIdRequired": "Please enter WeChat merchant ID",
|
||||
"wxAppIdRequired": "Please enter WeChat appId",
|
||||
"apiKeyV3Required": "Please enter APIv3 key",
|
||||
"apiKeyV3Required": "Please enter API V3 key",
|
||||
"appSecretRequired": "Please enter app secret",
|
||||
"publicKeyRequired": "Please enter public key",
|
||||
"publicKeyIdRequired": "Please enter public key ID",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"wxAppId": "App ID",
|
||||
"wxAppIdPlaceholder": "Please enter WeChat AppId",
|
||||
"apiKeyV3": "API V3 Key",
|
||||
"apiKeyV3Tooltip": "APIv3 key set in merchant platform API security",
|
||||
"apiKeyV3Tooltip": "API V3 key set in merchant platform API security",
|
||||
"apiKeyV3Placeholder": "Please enter API V3 key",
|
||||
"appSecret": "App Secret",
|
||||
"appSecretTooltip": "AppSecret for official account/miniprogram, required for JSAPI payment",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"authCallbackUrlPlaceholder": "Enter auth callback URL",
|
||||
"directKeyConfigTitle": "Direct Key Config",
|
||||
"cardDirectKeyConfig": "Direct Key Config",
|
||||
"cardDirectKeyConfigDesc": "Configure direct merchant APIv3 key, public key and certificates",
|
||||
"cardDirectKeyConfigDesc": "Configure direct merchant API V3 key, public key and certificates",
|
||||
"cardCapabilityBinding": "Capability-App Binding",
|
||||
"cardCapabilityBindingDesc": "Configure which app each payment capability uses",
|
||||
"capabilityTitle": "Payment Capability App Binding",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"wxMchId": "微信商户Id",
|
||||
"wxAppId": "微信应用appId",
|
||||
"apiKeyV3": "APIv3密钥",
|
||||
"apiKeyV3": "API V3密钥",
|
||||
"appSecret": "APPID接口密码",
|
||||
"publicKey": "支付公钥",
|
||||
"publicKeyId": "支付公钥ID",
|
||||
@@ -13,7 +13,7 @@
|
||||
"validation": {
|
||||
"wxMchIdRequired": "请输入微信商户Id",
|
||||
"wxAppIdRequired": "请输入微信应用appId",
|
||||
"apiKeyV3Required": "请输入APIv3密钥",
|
||||
"apiKeyV3Required": "请输入API V3密钥",
|
||||
"appSecretRequired": "请输入APPID接口密码",
|
||||
"publicKeyRequired": "请输入支付公钥",
|
||||
"publicKeyIdRequired": "请输入支付公钥ID",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"authCallbackUrlPlaceholder": "请输入授权回调地址",
|
||||
"directKeyConfigTitle": "直连密钥配置",
|
||||
"cardDirectKeyConfig": "直连密钥配置",
|
||||
"cardDirectKeyConfigDesc": "配置直连商户APIv3密钥、平台公钥及证书",
|
||||
"cardDirectKeyConfigDesc": "配置直连商户API V3密钥、平台公钥及证书",
|
||||
"cardCapabilityBinding": "能力应用绑定",
|
||||
"cardCapabilityBindingDesc": "配置各支付能力使用的应用",
|
||||
"capabilityTitle": "支付能力应用绑定",
|
||||
|
||||
Reference in New Issue
Block a user