mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-17 05:48:09 +08:00
test(tenpayv3): 修改配置项
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="TenpayOptions_Merchant_0_MerchantId" value="填写商户号" />
|
||||
<add key="TenpayOptions_Merchant_0_SecretV3" value="填写商户 V3 API 密钥" />
|
||||
<add key="TenpayOptions_Merchant_0_CertSerialNumber" value="填写商户证书序列号" />
|
||||
<add key="TenpayOptions_Merchant_0_CertPrivateKey" value="填写商户证书文件内容" />
|
||||
<add key="TenpayOptions_Merchant_0_CertificateSerialNumber" value="填写商户证书序列号" />
|
||||
<add key="TenpayOptions_Merchant_0_CertificatePrivateKey" value="填写商户证书文件内容" />
|
||||
<add key="TenpayOptions_NotifyUrl" value="https://localhost:5001" />
|
||||
</appSettings>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user